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 6710f48 commit 7957772Copy full SHA for 7957772
package.json
@@ -12,7 +12,7 @@
12
"generators"
13
],
14
"scripts": {
15
- "purge": "rm -rf node_modules",
+ "purge": "rimraf node_modules",
16
"format": "prettier --write --ignore-path .gitignore .",
17
"format:check": "prettier --check --ignore-path .gitignore .",
18
"lint": "eslint --quiet --ignore-path .gitignore --ignore-pattern templates .",
@@ -43,6 +43,7 @@
43
"husky": "^4.3.7",
44
"lint-staged": "^10.5.3",
45
"prettier": "^2.2.1",
46
+ "rimraf": "^3.0.2",
47
"standard-version": "^9.1.0"
48
}
49
0 commit comments