Skip to content

Commit

Permalink
Merge pull request #118 from palantir/mf/bump-dev-concurrency
Browse files Browse the repository at this point in the history
Bump concurrency again
  • Loading branch information
mfedderly authored Mar 6, 2024
2 parents c69a21e + 5ea17e8 commit 26b56dd
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 26b56dd

Please sign in to comment.