Skip to content

Commit

Permalink
Replace "docker-compose" with "docker compose"
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke authored Oct 1, 2024
1 parent 17d195a commit f24ac4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"test": "jasmine JASMINE_CONFIG_PATH=test/unit/config/jasmine.json",
"e2e": "npm-run-all -p -r ng:serve:no-reload e2e:run",
"e2e:run": "wait-on http-get://localhost:4200/dist/ && playwright test test/e2e --config=test/e2e/playwright.config.ts",
"test:hub-setup": "docker-compose -f test/hub-integration/docker-compose.yml up -d",
"test:hub-setup": "docker compose -f test/hub-integration/docker-compose.yml up -d",
"test:hub-run": "wait-on http-get://localhost:4003/ && jasmine JASMINE_CONFIG_PATH=test/hub-integration/config/jasmine.json",
"test:hub-teardown": "docker-compose -f test/hub-integration/docker-compose.yml down -v",
"test:hub-teardown": "docker compose -f test/hub-integration/docker-compose.yml down -v",
"test:hub-integration": "npm-run-all -s -c test:hub-setup test:hub-run test:hub-teardown",
"package:mac": "electron-builder -m",
"package:win": "electron-builder -w nsis --x64 --ia32",
Expand Down

0 comments on commit f24ac4c

Please sign in to comment.