rimraf (`npm run clean`) should clean up the output of `npm pack`

This commit is contained in:
Michael Bradley, Jr 2018-07-06 14:08:53 -05:00
parent 1756661ae4
commit ea0524aefc
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"build": "npm run clean && npm run build-babel && npm run build-webpack",
"build-babel": "babel --ignore 'src/browser.js' --out-dir dist src",
"build-webpack": "npm run webpack",
"clean": "rimraf dist embark.min.js embarkjs-*.tgz",
"clean": "rimraf dist embark.min.js embarkjs-*.tgz package",
"prepack": "npm run build",
"server": "http-server",
"test": "echo \"Error: no test specified\" && exit 1",