Skip to content

Commit 501d4e4

Browse files
committed
build: try setting 80% concurrency
1 parent 36f9bc2 commit 501d4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"license": "MIT",
66
"scripts": {
7-
"build": "turbo run build --env-mode=loose && node .scripts/build.mjs",
7+
"build": "turbo run build --concurrency 80% && node .scripts/build.mjs",
88
"lint": "eslint",
99
"lint:fix": "eslint --fix",
1010
"typecheck": "node .scripts/typecheck.mjs"

0 commit comments

Comments
 (0)