File tree Expand file tree Collapse file tree 2 files changed +5
-238
lines changed Expand file tree Collapse file tree 2 files changed +5
-238
lines changed Original file line number Diff line number Diff line change 11
11
"release" : " standard-version" ,
12
12
"--------------" : " " ,
13
13
"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" ,
16
16
"reset" : " yarn run clean:all && yarn install && yarn build" ,
17
17
"-------------- " : " " ,
18
18
"prepack" : " yarn build"
58
58
"@types/ts-expose-internals" :
" npm:[email protected] " ,
59
59
"@types/ts-node" : " npm:ts-node@^10.9.2" ,
60
60
"prettier" : " ^3.3.3" ,
61
- "rimraf" : " ^5.0.10" ,
62
61
"standard-version" : " ^9.5.0" ,
63
62
"ts-patch" : " ^3.2.1" ,
64
63
"typescript" : " ^5.5.4"
You can’t perform that action at this time.
0 commit comments