🔧 Update install scrtips
This commit is contained in:
parent
306dd569b4
commit
93916c3559
|
@ -293,9 +293,10 @@
|
||||||
"handlebars": "^4.0.2"
|
"handlebars": "^4.0.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"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",
|
"prepublish": "npm run docs",
|
||||||
"docs": "coffee docs/",
|
|
||||||
"lint": "coffeelint src/ spec/",
|
"lint": "coffeelint src/ spec/",
|
||||||
"code-docs": "codo && open docs/code/index.html"
|
"code-docs": "codo && open docs/code/index.html"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue