Skip to content

Commit

Permalink
Fix docker commands
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Aug 6, 2024
1 parent 83d9fa7 commit fed4468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "concurrently --raw --kill-others-on-fail \"tsc -p src && yarn test:circular\" \"yarn test:lint\" \"yarn test:unit\" \"tsc -p tests/integration --noEmit\" \"tsc -p tests/unit --noEmit\"",
"test:lint": "biome check --diagnostic-level=error",
"test:unit": "vitest run --coverage --config vitest.unit.config.mts",
"test:docker": "docker-compose up --build --abort-on-container-exit --remove-orphans && docker-compose down --volumes --remove-orphans",
"test:docker": "docker compose up --build --abort-on-container-exit --remove-orphans && docker compose down --volumes --remove-orphans",
"test:watch": "vitest --config vitest.unit.config.mts --coverage",
"buildandrun": "yarn build:esbuild && node --enable-source-maps dist",
"build:esbuild": "concurrently --raw \"yarn build:main\" \"yarn build:workers\"",
Expand Down

0 comments on commit fed4468

Please sign in to comment.