Skip to content

Commit 56b71a4

Browse files
committed
update scripts in the root package.json to not use npx
1 parent ebaf499 commit 56b71a4

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,11 +11,11 @@
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
"-------------- ": "",
18-
"prebuild": "npx -y rimraf -g dist",
18+
"prebuild": "rimraf -g dist",
1919
"install:tests": "cd test && yarn install",
2020
"prepare": "yarn run install:tests"
2121
},

0 commit comments

Comments
 (0)