test config refactor

This commit is contained in:
Jan Prochazka
2022-03-13 17:32:26 +01:00
parent cbe0ea7c9b
commit 32c06fdf4d
4 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
"start:api": "yarn workspace dbgate-api start",
"start:app": "cd app && yarn start",
"start:api:portal": "yarn workspace dbgate-api start:portal",
"start:api:covid": "yarn workspace dbgate-api start:covid",
"start:api:singledb": "yarn workspace dbgate-api start:singledb",
"start:web": "yarn workspace dbgate-web dev",
"start:sqltree": "yarn workspace dbgate-sqltree start",
"start:tools": "yarn workspace dbgate-tools start",