Skip to content

Commit

Permalink
railsware#800: replace rm -rf with rimraf
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed May 24, 2017
1 parent 8438c06 commit 4fc6e5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"enzyme": "2.8.2",
"mocha": "3.3.0",
"npm-check-updates": "2.11.1",
"rimraf": "2.6.1",
"spectron": "3.7.0",
"ts-node": "3.0.4",
"tslint": "5.2.0",
Expand All @@ -80,7 +81,7 @@
"integration-tests": "npm run compile && mocha",
"update-dependencies": "ncu -u",
"lint": "tslint `find src -name '*.ts*'` `find test -name '*.ts*'`",
"cleanup": "rm -rf compiled/src",
"cleanup": "rimraf compiled/src",
"copy-html": "mkdir -p compiled/src/views && cp src/views/index.html compiled/src/views",
"compile": "npm run tsc",
"tsc": "tsc"
Expand Down

0 comments on commit 4fc6e5b

Please sign in to comment.