mirror of
https://github.com/embarklabs/EmbarkJS.git
synced 2025-02-19 23:58:16 +00:00
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…
x
Reference in New Issue
Block a user