Skip to content

Commit

Permalink
chore: replace rm -rf with rimraf
Browse files Browse the repository at this point in the history
  • Loading branch information
phatpham9 committed Feb 10, 2021
1 parent 8888c0a commit d8f2390
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 @@ -9,7 +9,7 @@
"repository": "https://github.com/boringcodes/eslint-config-typescript-react.git",
"main": "index.js",
"scripts": {
"purge": "rm -rf node_modules",
"purge": "rimraf node_modules",
"format": "prettier --write --ignore-path .gitignore .",
"format:check": "prettier --check --ignore-path .gitignore .",
"lint": "eslint --quiet --ignore-path .gitignore .",
Expand All @@ -35,6 +35,7 @@
"husky": "^4.3.8",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"standard-version": "^9.1.0",
"typescript": "^4.1.3"
},
Expand Down

0 comments on commit d8f2390

Please sign in to comment.