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

Commit

Permalink
chore(package.json): update command in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed May 23, 2024
1 parent 82c22df commit d3b586f
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 --exit-code-from test-runner --build",
"docker:integration": "docker compose up --profile test --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 d3b586f

Please sign in to comment.