Skip to content

Commit

Permalink
concurrency settings (#1907)
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei authored Nov 12, 2024
1 parent 69d7470 commit 8735133
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 @@ -16,7 +16,7 @@
"dev": "turbo dev:compile dev:app",
"dev:app": "turbo dev:compile dev:app",
"dev:compile": "turbo dev:compile",
"dev:pack": "rm -fv ./packages/*/penumbra-zone-*.tgz && turbo dev:pack --concurrency 16",
"dev:pack": "rm -fv ./packages/*/penumbra-zone-*.tgz && turbo dev:pack --concurrency 17",
"format": "turbo format",
"format:prettier": "prettier --write .",
"format:syncpack": "syncpack format",
Expand Down

0 comments on commit 8735133

Please sign in to comment.