diff --git a/.devcontainer/debug-login-integration/devcontainer.json b/.devcontainer/debug-login-integration/devcontainer.json index 96e1333baa..91c9ff7432 100644 --- a/.devcontainer/debug-login-integration/devcontainer.json +++ b/.devcontainer/debug-login-integration/devcontainer.json @@ -11,7 +11,7 @@ "forwardPorts": [3001], "remoteUser": "node", "onCreateCommand": "pnpm install --frozen-lockfile --recursive", - "postAttachCommand": "pnpm turbo daemon clean && pnpm turbo @zitadel/login#dev", + "postAttachCommand": "pnpm turbo daemon clean || pnpm turbo @zitadel/login#dev", "customizations": { "jetbrains": { "settings": { diff --git a/.devcontainer/debug-turbo-lint-unit/devcontainer.json b/.devcontainer/debug-turbo-lint-unit/devcontainer.json index 00e457aecd..b8b23c5268 100644 --- a/.devcontainer/debug-turbo-lint-unit/devcontainer.json +++ b/.devcontainer/debug-turbo-lint-unit/devcontainer.json @@ -11,7 +11,7 @@ "forwardPorts": [3001], "remoteUser": "node", "onCreateCommand": "pnpm install --frozen-lockfile --recursive", - "postAttachCommand": "pnpm turbo daemon clean && pnpm turbo watch lint test:unit", + "postAttachCommand": "pnpm turbo daemon clean || pnpm turbo watch lint test:unit", "customizations": { "jetbrains": { "settings": {