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
- "prebuild" : " npx -y rimraf -g dist" ,
18
+ "prebuild" : " rimraf -g dist" ,
19
19
"install:tests" : " cd test && yarn install" ,
20
20
"prepare" : " yarn run install:tests"
21
21
},
You can’t perform that action at this time.
0 commit comments