mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-12 19:40:02 -04:00
Test server start script again
This commit is contained in:
parent
555acde6bd
commit
16ef64aac0
1 changed files with 1 additions and 1 deletions
|
@ -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=$!; timeout 5 wait \"${bg_pid}\"",
|
||||
"start-test-server": "set -e; node backend.js & bg_pid=$!; timeout 5 $(wait \"${bg_pid}\")",
|
||||
"proxy-validator": "node proxyServiceValidator.js"
|
||||
},
|
||||
"keywords": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue