Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore(fix): update profile to be before up command
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed May 23, 2024
1 parent d3b586f commit 33da48e
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 @@ -22,7 +22,7 @@
"test:integration:local": "docker compose up arlocal -d ; yarn test:integration $*; docker compose down -v",
"docker:run": "docker compose up arns-service --build",
"docker:run:litestream": "docker compose --profile litestream up --build",
"docker:integration": "docker compose up --profile test --exit-code-from test-runner --build",
"docker:integration": "docker compose --profile test up --exit-code-from test-runner --build",
"format:fix": "yarn prettier --write .",
"format:check": "yarn prettier . --check",
"lint:fix": "yarn eslint . --fix",
Expand Down

0 comments on commit 33da48e

Please sign in to comment.