prepack -> prepare

This commit is contained in:
Michael Bradley, Jr 2018-07-06 17:02:08 -05:00
parent fe919dd12b
commit bd547087ca
1 changed files with 1 additions and 1 deletions

View File

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