prepack -> prepare
This commit is contained in:
parent
fe919dd12b
commit
bd547087ca
|
@ -14,7 +14,7 @@
|
|||
"build-babel": "babel --ignore 'src/browser.js' --out-dir dist src",
|
||||
"build-webpack": "npm run webpack",
|
||||
"clean": "rimraf dist embark.min.js embarkjs-*.tgz package",
|
||||
"prepack": "npm run build",
|
||||
"prepare": "npm run build",
|
||||
"server": "http-server",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"webpack": "webpack"
|
||||
|
|
Loading…
Reference in New Issue