Skip to content

Commit 54d14e9

Browse files
committed
Remove npx
1 parent 010119d commit 54d14e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"repository": "Codeception/codeceptjs",
3737
"scripts": {
38-
"json-server": "npx json-server test/data/rest/db.json -p 8010 --watch -m test/data/rest/headers.js",
38+
"json-server": "json-server test/data/rest/db.json -p 8010 --watch -m test/data/rest/headers.js",
3939
"json-server:graphql": "node test/data/graphql/index.js",
4040
"lint": "eslint bin/ examples/ lib/ test/ translations/ runok.js",
4141
"lint-fix": "eslint bin/ examples/ lib/ test/ translations/ runok.js --fix",

0 commit comments

Comments
 (0)