Skip to content

Commit

Permalink
update root package, remove npx
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Aug 6, 2024
1 parent f1a2f50 commit 306986a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"release": "standard-version",
"--------------": "",
"format": "prettier --write .",
"clean": "npx -y rimraf -g dist **/*.tsbuildinfo ./test/projects/nx/dist",
"clean:all": "yarn run clean && npx -y rimraf -g node_modules **/node_modules **/yarn.lock yarn.lock",
"clean": "rimraf -g dist \"**/*.tsbuildinfo\" ./test/projects/nx/dist",
"clean:all": "yarn run clean && rimraf -g node_modules \"**/node_modules\" \"**/yarn.lock\" yarn.lock",
"reset": "yarn run clean:all && yarn install && yarn build",
"-------------- ": "",
"pretest": "yarn --cwd test install",
"prebuild": "npx -y rimraf -g dist"
"prebuild": "rimraf -g dist"
},
"keywords": [
"typescript",
Expand Down

0 comments on commit 306986a

Please sign in to comment.