diff --git a/package.json b/package.json index 7d5a13f..ef48d22 100644 --- a/package.json +++ b/package.json @@ -293,9 +293,10 @@ "handlebars": "^4.0.2" }, "scripts": { - "postinstall": "node script/build-options.js", + "build-options": "node script/build-options.js", + "postinstall": "npm run build-options", + "docs": "npm run build-options && coffee docs/", "prepublish": "npm run docs", - "docs": "coffee docs/", "lint": "coffeelint src/ spec/", "code-docs": "codo && open docs/code/index.html" }