Merge pull request #2 from embark-framework/features/prefer-prepare

prepack -> prepare
This commit is contained in:
Iuri Matias 2018-07-07 01:24:51 +03:00 committed by GitHub
commit 7b65008763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"