mirror of
https://github.com/dbgate/dbgate
synced 2024-11-21 23:39:46 +00:00
run in band on server
This commit is contained in:
parent
84a67be272
commit
f360ba7187
@ -10,7 +10,7 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"wait:local": "cross-env DEVMODE=1 LOCALTEST=1 node wait.js",
|
||||
"test": "cross-env DEVMODE=1 jest",
|
||||
"test": "cross-env DEVMODE=1 jest --runInBand",
|
||||
"test:local": "cross-env DEVMODE=1 LOCALTEST=1 jest",
|
||||
"run:local": "docker-compose down && docker-compose up -d && yarn wait:local && yarn test:local"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user