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 56e59a0 commit 732fe5aCopy full SHA for 732fe5a
package.json
@@ -37,7 +37,7 @@
37
"build:embed": "lerna run build:embed --scope app --stream && gulp",
38
"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",
39
"commit": "concurrently \"yarn typecheck\" \"yarn lint\" && git commit -m",
40
- "postinstall": "yarn lerna run install-dependencies --stream && opencollective postinstall",
+ "postinstall": "yarn lerna run install-dependencies --stream --concurrency 1 && opencollective postinstall",
41
"contributors:add": "all-contributors add",
42
"contributors:generate": "all-contributors generate",
43
"lint": "lerna run lint --stream",
0 commit comments