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 7c60581 commit b9d01faCopy full SHA for b9d01fa
package.json
@@ -42,7 +42,7 @@
42
},
43
"repository": "Codeception/codeceptjs",
44
"scripts": {
45
- "json-server": "json-server test/data/rest/db.json --host localhost -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",
46
"json-server:graphql": "node test/data/graphql/index.js",
47
"lint": "eslint bin/ examples/ lib/ test/ translations/ runok.js",
48
"lint-fix": "eslint bin/ examples/ lib/ test/ translations/ runok.js --fix",
0 commit comments