Skip to content

Commit bd3d41a

Browse files
committed
chore: replace rm -rf with rimraf
1 parent 8efed0b commit bd3d41a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"repository": "https://github.com/boringcodes/eslint-config-typescript.git",
1010
"main": "index.js",
1111
"scripts": {
12-
"purge": "rm -rf node_modules",
12+
"purge": "rimraf node_modules",
1313
"format": "prettier --write --ignore-path .gitignore .",
1414
"format:check": "prettier --check --ignore-path .gitignore .",
1515
"lint": "eslint --quiet --ignore-path .gitignore .",
@@ -34,6 +34,7 @@
3434
"husky": "^4.3.7",
3535
"lint-staged": "^10.5.3",
3636
"prettier": "^2.2.1",
37+
"rimraf": "^3.0.2",
3738
"standard-version": "^9.1.0",
3839
"typescript": "^4.1.3"
3940
},

0 commit comments

Comments
 (0)