🔧 Update install scrtips

This commit is contained in:
quilicicf 2016-09-29 09:39:47 +02:00
parent 306dd569b4
commit 93916c3559
1 changed files with 3 additions and 2 deletions

View File

@ -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"
}