Skip to content

Commit a1e634f

Browse files
authored
chore(package.json): add rimraf (#199)
* chore(package.json): add rimraf in devDependencies, clear scripts * chore(pnpm-lock.yaml): reflect the addition of rimraf
1 parent 96bb333 commit a1e634f

File tree

2 files changed

+445
-545
lines changed

2 files changed

+445
-545
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"sideEffects": false,
4545
"scripts": {
4646
"clear": "pnpm clear:builds & pnpm clear:node_modules",
47-
"clear:builds": "rm -rf ./dist",
48-
"clear:node_modules": "rm -rf ./node_modules",
47+
"clear:builds": "rimraf ./dist",
48+
"clear:node_modules": "rimraf ./node_modules",
4949
"prerelease": "preconstruct build",
5050
"lint": "eslint .",
5151
"lint:fix": "eslint . --fix",
@@ -77,6 +77,7 @@
7777
"prettier": "^3.0.1",
7878
"react": "^18",
7979
"react-dom": "^18",
80+
"rimraf": "^6.0.1",
8081
"ts-jest": "^29.0.5",
8182
"typescript": "^5.1.6"
8283
},

0 commit comments

Comments
 (0)