mirror of
https://github.com/embarklabs/EmbarkJS.git
synced 2025-01-09 12:05:51 +00:00
Merge pull request #2 from embark-framework/features/prefer-prepare
prepack -> prepare
This commit is contained in:
commit
7b65008763
@ -14,7 +14,7 @@
|
|||||||
"build-babel": "babel --ignore 'src/browser.js' --out-dir dist src",
|
"build-babel": "babel --ignore 'src/browser.js' --out-dir dist src",
|
||||||
"build-webpack": "npm run webpack",
|
"build-webpack": "npm run webpack",
|
||||||
"clean": "rimraf dist embark.min.js embarkjs-*.tgz package",
|
"clean": "rimraf dist embark.min.js embarkjs-*.tgz package",
|
||||||
"prepack": "npm run build",
|
"prepare": "npm run build",
|
||||||
"server": "http-server",
|
"server": "http-server",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"webpack": "webpack"
|
"webpack": "webpack"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user