spec "prepack" script in package.json

This commit is contained in:
Michael Bradley, Jr 2018-07-06 12:11:36 -05:00
parent aa575cc39f
commit 66a27d4b30
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
"build-babel": "babel --out-dir dist src",
"build-webpack": "npm run webpack",
"clean": "rimraf dist embark.min.js",
"prepack": "npm run build",
"server": "http-server",
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack"