This commit is contained in:
Jan Prochazka
2021-05-27 12:04:13 +02:00
parent e6a6534887
commit 55ad3a05e4
2 changed files with 10 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
"scripts": {
"wait": "cross-env DEVMODE=1 node wait.js",
"test": "cross-env DEVMODE=1 jest --runInBand",
"run:all": "docker-compose down && docker-compose up -d && yarn wait && yarn test"
"run:local": "docker-compose down && docker-compose up -d && yarn wait && yarn test"
},
"devDependencies": {
"cross-env": "^7.0.3",