Skip to content

Commit

Permalink
remove npx from nx test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Aug 6, 2024
1 parent 748370a commit 7ed9370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/projects/nx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nx",
"version": "0.0.0",
"scripts": {
"build": "npx nx build library1 --skip-nx-cache"
"build": "nx build library1 --skip-nx-cache"
},
"private": true,
"dependencies": {},
Expand Down

0 comments on commit 7ed9370

Please sign in to comment.