Skip to content

Commit

Permalink
Test server startup script again
Browse files Browse the repository at this point in the history
  • Loading branch information
00Fjongl committed Jul 25, 2024
1 parent 8af88d9 commit 2befbf5
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 @@ -8,7 +8,7 @@
"start": "node backend.js",
"build": "npm run start",
"test": "npm run proxy-validator",
"start-test-server": "timeout 5 bash -c 'set -e; node backend.js & bg_pid=$!; wait \"${bg_pid}\"'; exitcode=$?; (( exitcode == 124 )) && (node backend.js &) || exit 1",
"start-test-server": "timeout 5 bash -c 'set -e; node backend.js & bg_pid=$!; wait \"${bg_pid}\"'; exitcode=\"$?\"; (( exitcode == 124 )) && (node backend.js &) || exit 1",
"proxy-validator": "node proxyServiceValidator.js"
},
"keywords": [
Expand Down

0 comments on commit 2befbf5

Please sign in to comment.