Skip to content

Commit 830e647

Browse files
authored
refactor: drop rimraf dependency (#203)
1 parent 259d15d commit 830e647

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test": "jest",
1919
"lint": "eslint .",
2020
"build": "node ncc.js",
21-
"clean": "rimraf build"
21+
"clean": "git clean -xdf ./build"
2222
},
2323
"dependencies": {
2424
"@actions/cache": "^3.1.2",
@@ -43,7 +43,6 @@
4343
"eslint-config-universe": "^10.0.0",
4444
"jest": "^27.4.7",
4545
"prettier": "^2.5.1",
46-
"rimraf": "^3.0.2",
4746
"semantic-release": "^19.0.3",
4847
"ts-jest": "^27.1.2",
4948
"typescript": "^4.5.4"

0 commit comments

Comments
 (0)