Skip to content

Commit 732fe5a

Browse files
committed
Force postinstall to run with concurrency 1
1 parent 56e59a0 commit 732fe5a

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
@@ -37,7 +37,7 @@
3737
"build:embed": "lerna run build:embed --scope app --stream && gulp",
3838
"build:prod": "cross-env NODE_OPTIONS=\"--max-old-space-size=4096\" lerna run build --scope homepage --stream && lerna run build --scope app --stream && lerna run copy-assets --scope app --stream",
3939
"commit": "concurrently \"yarn typecheck\" \"yarn lint\" && git commit -m",
40-
"postinstall": "yarn lerna run install-dependencies --stream && opencollective postinstall",
40+
"postinstall": "yarn lerna run install-dependencies --stream --concurrency 1 && opencollective postinstall",
4141
"contributors:add": "all-contributors add",
4242
"contributors:generate": "all-contributors generate",
4343
"lint": "lerna run lint --stream",

0 commit comments

Comments
 (0)