Skip to content
Snippets Groups Projects
Commit 50ef5f0d authored by William Welling's avatar William Welling
Browse files

fixed clean:node script for windows

parent 5b0dbfbc
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
"clean:doc": "rimraf doc",
"clean:log": "rimraf *.log*",
"clean:json": "rimraf *.records.json",
"clean:node": "rimraf node_modules",
"clean:node": "rimraf \"node_modules/!(rimraf|.bin)\"",
"clean:prod": "yarn run clean:coverage && yarn run clean:doc && yarn run clean:dist && yarn run clean:log && yarn run clean:json",
"clean": "yarn run clean:prod && yarn run clean:node",
"prebuild": "yarn run clean:dist",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment