remove cross-env on rimraf

This commit is contained in:
Jonathan Rainville 2018-07-27 13:15:04 -04:00
parent 7a6aa21596
commit 5766d0f914
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"babel:browser": "cross-env BABEL_ENV=browser babel --out-dir dist/browser src",
"babel:node": "cross-env BABEL_ENV=node babel --out-dir dist src",
"build": "npm run clean && npm run babel && npm run webpack",
"clean": "cross-env rimraf dist embark.min.js embarkjs-*.tgz package",
"clean": "rimraf dist embark.min.js embarkjs-*.tgz package",
"http-server": "http-server",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",