Skip to content

Commit 306986a

Browse files
committed
update root package, remove npx
1 parent f1a2f50 commit 306986a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"release": "standard-version",
1212
"--------------": "",
1313
"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",
1616
"reset": "yarn run clean:all && yarn install && yarn build",
1717
"-------------- ": "",
1818
"pretest": "yarn --cwd test install",
19-
"prebuild": "npx -y rimraf -g dist"
19+
"prebuild": "rimraf -g dist"
2020
},
2121
"keywords": [
2222
"typescript",

0 commit comments

Comments
 (0)