Use rimraf instead of rm -rf for Windows.
This commit is contained in:
parent
2ab93f2309
commit
fc53c68dd9
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@
|
|||
"scripts": {
|
||||
"clean": "node ./bin/clean.js",
|
||||
"open-config": "node ./bin/open-config.js",
|
||||
"package": "rm -rf build/ && jsx --es6module src/ build/ && node ./bin/package.js",
|
||||
"package": "rimraf build/ && jsx --es6module src/ build/ && node ./bin/package.js",
|
||||
"start": "jsx --es6module src/ build/ && electron .",
|
||||
"test": "standard && node ./bin/check-deps.js",
|
||||
"update-authors": "./bin/update-authors.sh"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue