Skip to content

Commit 8558821

Browse files
committed
use rimraf instead of rm -rf
1 parent 8ffe5ee commit 8558821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"karma": "karma start --single-run",
1010
"autoformat": "prettier --config .prettierrc --write {src,test}/**/{*,*.test}.ts",
1111
"tslint-check": "tslint-config-prettier-check ./tslint.json",
12-
"clean-up": "rm -rf .nyc_output && rm -rf coverage && rm -rf lib",
12+
"clean-up": "rimraf .nyc_output && rimraf coverage && rimraf lib",
1313
"build": "webpack --env.production",
1414
"prepare": "npm run clean-up && tsc -d",
1515
"prepublishOnly": "publish-please guard",

0 commit comments

Comments
 (0)