-
-
Notifications
You must be signed in to change notification settings - Fork 729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump json-server from 0.10.1 to 0.17.4 #4577
Conversation
package.json
Outdated
@@ -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", |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
@kobenguyent Any clue why the Acceptance Tests using docker compose / build (20.x) (pull_request) are failing ? |
I'm thinking of another alternative to this. |
Found the error - new PR coming up |
As you're looking into this. May you think this alternative is better as we are running tests inside containers https://testcontainers.com/?language=nodejs |
Motivation/Description of the PR
Applicable helpers:
Applicable plugins:
Type of change
Checklist:
npm run docs
)npm run lint
)npm test
)