Skip to content

Commit 7a4c878

Browse files
committed
Don’t parallelize builds
1 parent 74c182a commit 7a4c878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"email": "[email protected]"
99
},
1010
"scripts": {
11-
"build": "pnpm run -r --parallel --filter \"!*docs\" --aggregate-output build",
11+
"build": "pnpm run -r --filter \"!*docs\" --aggregate-output build",
1212
"lint": "pnpm run -r --parallel --aggregate-output lint",
1313
"format": "pnpm run -r --parallel --aggregate-output format",
1414
"test": "pnpm run -r --parallel --aggregate-output test",

0 commit comments

Comments
 (0)