Skip to content

Commit

Permalink
Bump concurrency again
Browse files Browse the repository at this point in the history
  • Loading branch information
mfedderly committed Mar 6, 2024
1 parent 23746e4 commit 5ea17e8
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 @@ -7,7 +7,7 @@
"check-mrl": "mrl check --verbose",
"ci:publish": "pnpm run prePublish && pnpm exec changeset publish --no-git-tag",
"ci:publishSnapshot": "pnpm run prePublish && pnpm exec changeset version --snapshot && pnpm exec changeset publish --no-git-tag --snapshot --tag=next",
"dev": "turbo run dev --concurrency 22",
"dev": "turbo run dev --concurrency 25",
"dev:typecheck": "tsc --build --watch --preserveWatchOutput packages/* examples-extra/basic/*",
"lint": "turbo run lint",
"prePublish": "turbo build && turbo lint",
Expand Down

0 comments on commit 5ea17e8

Please sign in to comment.