File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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" : " npx -y rimraf -g dist **/*.tsbuildinfo ./test/projects/nx/dist" ,
15
- "clean:all" : " yarn run clean && npx -y rimraf -g node_modules **/node_modules **/yarn.lock yarn.lock" ,
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" ,
16
16
"reset" : " yarn run clean:all && yarn install && yarn build" ,
17
17
"-------------- " : " " ,
18
18
"pretest" : " yarn --cwd test install" ,
19
- "prebuild" : " npx -y rimraf -g dist"
19
+ "prebuild" : " rimraf -g dist"
20
20
},
21
21
"keywords" : [
22
22
" typescript" ,
You can’t perform that action at this time.
0 commit comments