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 826bd22 commit b66ee5eCopy full SHA for b66ee5e
package.json
@@ -14,7 +14,7 @@
14
"packages/*/**"
15
],
16
"scripts": {
17
- "build": "yarn clean && lerna run build --scope '@carbon-labs/utilities' --scope '@carbon-labs/react' --scope '@carbon-labs/web-components' ",
+ "build": "yarn clean && lerna run build --scope '@carbon-labs/utilities' --concurrency=1 && lerna run build --scope '@carbon-labs/react' --concurrency=1 && lerna run build --scope '@carbon-labs/web-components' --concurrency=1",
18
"build:dist": "lerna run build:dist --stream",
19
"build:dist:canary": "lerna run build:dist:canary --stream",
20
"ci-check": "yarn run format:diff && yarn lint:license && yarn lint && yarn lint:styles",
0 commit comments