Skip to content

Commit

Permalink
chore: use max concurrency available
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Oct 31, 2024
1 parent a5c4d10 commit f06c611
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 @@ -24,7 +24,7 @@
"build:all": "turbo run build:all",
"build:docs": "turbo run build:docs",
"build:web": "turbo run build:web",
"build:crx": "turbo run build:crx",
"build:crx": "turbo run build:crx --concurrency=100%",
"build:app": "turbo run build:app",
"build:libs": "turbo run build",
"changeset": "changeset",
Expand Down

0 comments on commit f06c611

Please sign in to comment.