diff --git a/package.json b/package.json index b9a66a3..bc02167 100644 --- a/package.json +++ b/package.json @@ -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",