Skip to content

Commit

Permalink
fix runner stop
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Jul 23, 2023
1 parent ef22a4e commit 88ae0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"test": "cross-env PARSE_BUILD=node jest",
"test:mongodb": "npm run test:mongodb:runnerstart && npm run integration",
"test:mongodb:runnerstart": "mongodb-runner start -- --port 27017",
"posttest:mongodb": "mongodb-runner stop",
"posttest:mongodb": "mongodb-runner stop --all",
"lint": "eslint --cache src/ integration/",
"lint:fix": "eslint --fix --cache src/ integration/",
"watch": "cross-env PARSE_BUILD=${PARSE_BUILD} gulp watch",
Expand Down

0 comments on commit 88ae0aa

Please sign in to comment.