We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f9bc2 commit 501d4e4Copy full SHA for 501d4e4
package.json
@@ -4,7 +4,7 @@
4
"version": "1.0.0",
5
"license": "MIT",
6
"scripts": {
7
- "build": "turbo run build --env-mode=loose && node .scripts/build.mjs",
+ "build": "turbo run build --concurrency 80% && node .scripts/build.mjs",
8
"lint": "eslint",
9
"lint:fix": "eslint --fix",
10
"typecheck": "node .scripts/typecheck.mjs"
0 commit comments