Skip to content

Commit

Permalink
Added fix for Node17+, bahmutov/start-server-and-test#333
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 committed Feb 1, 2023
1 parent 1cb1859 commit f4e2a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"build": "vite build",
"serve": "vite preview",
"test": "jest --color --runInBand",
"test:ci": "start-server-and-test --expect 200 serve 5000 test",
"test:ci": "start-server-and-test --expect 200 serve http://127.0.0.1:5000 test",
"release": "node scripts/release.js",
"fmt": "prettier --write . && bash scripts/run_code_style.sh fmt",
"lint": "prettier --check . && bash scripts/run_code_style.sh lint",
Expand Down

0 comments on commit f4e2a9f

Please sign in to comment.