Skip to content

Commit

Permalink
Fixing the number of concurrent threads for turbo
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 7ca02542f56c2b15f688e82d6c1bb621d976c0c9
  • Loading branch information
vdurmont authored and Lightspark Eng committed Sep 20, 2023
1 parent a0fc130 commit ee737a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"release": "turbo build && changeset publish",
"start:check": "turbo run build && turbo run start types:watch lint:watch --parallel --concurrency 60",
"start": "turbo run build && turbo run start --concurrency 60",
"start:check": "turbo run build && turbo run start types:watch lint:watch --parallel --concurrency 64",
"start": "turbo run build && turbo run start --concurrency 64",
"test": "turbo run test",
"types": "turbo run types"
},
Expand Down

0 comments on commit ee737a0

Please sign in to comment.