mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-13 03:50:02 -04:00
Have npm start-test-server continue running the background script if it didn't crash.
This commit is contained in:
parent
70330f8d2b
commit
2f29c93d1e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
"start": "node backend.js",
|
"start": "node backend.js",
|
||||||
"build": "npm run start",
|
"build": "npm run start",
|
||||||
"test": "npm run proxy-validator",
|
"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"
|
"proxy-validator": "node proxyServiceValidator.js"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue