We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010119d commit 54d14e9Copy full SHA for 54d14e9
package.json
@@ -35,7 +35,7 @@
35
},
36
"repository": "Codeception/codeceptjs",
37
"scripts": {
38
- "json-server": "npx json-server test/data/rest/db.json -p 8010 --watch -m test/data/rest/headers.js",
+ "json-server": "json-server test/data/rest/db.json -p 8010 --watch -m test/data/rest/headers.js",
39
"json-server:graphql": "node test/data/graphql/index.js",
40
"lint": "eslint bin/ examples/ lib/ test/ translations/ runok.js",
41
"lint-fix": "eslint bin/ examples/ lib/ test/ translations/ runok.js --fix",
0 commit comments