Skip to content

Commit b9d01fa

Browse files
authored
Update package.json
1 parent 7c60581 commit b9d01fa

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
@@ -42,7 +42,7 @@
4242
},
4343
"repository": "Codeception/codeceptjs",
4444
"scripts": {
45-
"json-server": "json-server test/data/rest/db.json --host localhost -p 8010 --watch -m test/data/rest/headers.js",
45+
"json-server": "json-server test/data/rest/db.json -p 8010 --watch -m test/data/rest/headers.js",
4646
"json-server:graphql": "node test/data/graphql/index.js",
4747
"lint": "eslint bin/ examples/ lib/ test/ translations/ runok.js",
4848
"lint-fix": "eslint bin/ examples/ lib/ test/ translations/ runok.js --fix",

0 commit comments

Comments
 (0)