Skip to content

Commit a1c1080

Browse files
committed
remove rimraf
1 parent 09a635e commit a1c1080

File tree

2 files changed

+5
-238
lines changed

2 files changed

+5
-238
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"release": "standard-version",
1212
"--------------": "",
1313
"format": "prettier --write .",
14-
"clean": "rimraf -g dist \"**/*.tsbuildinfo\" ./test/projects/nx/dist",
15-
"clean:all": "yarn run clean && rimraf -g node_modules \"**/node_modules\" \"**/yarn.lock\" yarn.lock",
14+
"clean": "rm -rf dist \"**/*.tsbuildinfo\" ./test/projects/nx/dist",
15+
"clean:all": "yarn run clean && rm -rf node_modules \"**/node_modules\" \"**/yarn.lock\" yarn.lock",
1616
"reset": "yarn run clean:all && yarn install && yarn build",
1717
"-------------- ": "",
1818
"prepack": "yarn build"
@@ -58,7 +58,6 @@
5858
"@types/ts-expose-internals": "npm:[email protected]",
5959
"@types/ts-node": "npm:ts-node@^10.9.2",
6060
"prettier": "^3.3.3",
61-
"rimraf": "^5.0.10",
6261
"standard-version": "^9.5.0",
6362
"ts-patch": "^3.2.1",
6463
"typescript": "^5.5.4"

0 commit comments

Comments
 (0)