We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7957772 commit d678122Copy full SHA for d678122
generators/app/templates/package.json
@@ -14,8 +14,8 @@
14
"prebuild": "yarn clean",
15
"build": "rollup -c",
16
"postbuild": "copyfiles CHANGELOG.md LICENSE package.json README.md build",
17
- "purge": "rm -rf node_modules",
18
- "clean": "rm -rf build .rpt2_cache",
+ "purge": "rimraf node_modules",
+ "clean": "rimraf build .rpt2_cache",
19
"format": "prettier --write --ignore-path .gitignore .",
20
"format:check": "prettier --check --ignore-path .gitignore .",
21
"lint": "eslint --quiet --ignore-path .gitignore --ext .ts .",
@@ -43,6 +43,7 @@
43
"husky": "*",
44
"lint-staged": "*",
45
"prettier": "*",
46
+ "rimraf": "*",
47
"rollup": "*",
48
"standard-version": "*",
49
"tslib": "*",
0 commit comments