Skip to content

Commit

Permalink
Have npm start-test-server continue running the background script if …
Browse files Browse the repository at this point in the history
…it didn't crash.
  • Loading branch information
00Fjongl committed Jul 25, 2024
1 parent 70330f8 commit 2f29c93
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": "set -e; node backend.js & bg_pid=$!; wait \"${bg_pid}\"",
"start-test-server": "set -e; node backend.js & bg_pid=$!; wait \"${bg_pid}\"; node backend.js &",
"proxy-validator": "node proxyServiceValidator.js"
},
"keywords": [
Expand Down

0 comments on commit 2f29c93

Please sign in to comment.