rimraf (`npm run clean`) should clean up the output of `npm pack`
This commit is contained in:
parent
1756661ae4
commit
ea0524aefc
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue