Skip to content

Commit d678122

Browse files
committed
chore(templates): replace rm -rf with rimraf
1 parent 7957772 commit d678122

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

generators/app/templates/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"prebuild": "yarn clean",
1515
"build": "rollup -c",
1616
"postbuild": "copyfiles CHANGELOG.md LICENSE package.json README.md build",
17-
"purge": "rm -rf node_modules",
18-
"clean": "rm -rf build .rpt2_cache",
17+
"purge": "rimraf node_modules",
18+
"clean": "rimraf build .rpt2_cache",
1919
"format": "prettier --write --ignore-path .gitignore .",
2020
"format:check": "prettier --check --ignore-path .gitignore .",
2121
"lint": "eslint --quiet --ignore-path .gitignore --ext .ts .",
@@ -43,6 +43,7 @@
4343
"husky": "*",
4444
"lint-staged": "*",
4545
"prettier": "*",
46+
"rimraf": "*",
4647
"rollup": "*",
4748
"standard-version": "*",
4849
"tslib": "*",

0 commit comments

Comments
 (0)