Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"repository": "Codeception/codeceptjs",
"scripts": {
"json-server": "./node_modules/json-server/bin/index.js test/data/rest/db.json -p 8010 --watch -m test/data/rest/headers.js",
"json-server": "npx json-server test/data/rest/db.json -p 8010 --watch -m test/data/rest/headers.js",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we don't need npx here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The old command does not work - if you have a working one - please provide me with it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah - see it - will fix

"json-server:graphql": "node test/data/graphql/index.js",
"lint": "eslint bin/ examples/ lib/ test/ translations/ runok.js",
"lint-fix": "eslint bin/ examples/ lib/ test/ translations/ runok.js --fix",
Expand Down Expand Up @@ -64,7 +64,7 @@
"update-contributor-faces": "./runok.js contributor:faces",
"types-fix": "node typings/fixDefFiles.js",
"dtslint": "npm run types-fix && tsd",
"prepare": "husky install",
"prepare": "husky",
"prepare-release": "./runok.js versioning && ./runok.js get:commit-log",
"publish-beta": "./runok.js publish:next-beta-version"
},
Expand Down Expand Up @@ -148,7 +148,7 @@
"inquirer-test": "2.0.1",
"jsdoc": "4.0.3",
"jsdoc-typeof-plugin": "1.0.0",
"json-server": "0.10.1",
"json-server": "0.17.4",
"playwright": "1.48.2",
"prettier": "^3.3.2",
"puppeteer": "23.6.0",
Expand Down
Loading