Skip to content

Commit 7ed9370

Browse files
committed
remove npx from nx test
1 parent 748370a commit 7ed9370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/projects/nx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nx",
33
"version": "0.0.0",
44
"scripts": {
5-
"build": "npx nx build library1 --skip-nx-cache"
5+
"build": "nx build library1 --skip-nx-cache"
66
},
77
"private": true,
88
"dependencies": {},

0 commit comments

Comments
 (0)