We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259d15d commit 830e647Copy full SHA for 830e647
1 file changed
package.json
@@ -18,7 +18,7 @@
18
"test": "jest",
19
"lint": "eslint .",
20
"build": "node ncc.js",
21
- "clean": "rimraf build"
+ "clean": "git clean -xdf ./build"
22
},
23
"dependencies": {
24
"@actions/cache": "^3.1.2",
@@ -43,7 +43,6 @@
43
"eslint-config-universe": "^10.0.0",
44
"jest": "^27.4.7",
45
"prettier": "^2.5.1",
46
- "rimraf": "^3.0.2",
47
"semantic-release": "^19.0.3",
48
"ts-jest": "^27.1.2",
49
"typescript": "^4.5.4"
0 commit comments