Skip to content

Commit

Permalink
Continue executing dev when one task fails (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateossh authored Sep 19, 2024
1 parent 241b7c5 commit 2778c46
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 @@ -11,7 +11,7 @@
"clean:workspaces": "turbo run clean",
"db:push": "turbo -F @acme/db push",
"db:studio": "turbo -F @acme/db studio",
"dev": "turbo watch dev",
"dev": "turbo watch dev --continue",
"dev:next": "turbo watch dev -F @acme/nextjs...",
"format": "turbo run format --continue -- --cache --cache-location .cache/.prettiercache",
"format:fix": "turbo run format --continue -- --write --cache --cache-location .cache/.prettiercache",
Expand Down

0 comments on commit 2778c46

Please sign in to comment.