Skip to content

Commit b66ee5e

Browse files
authored
chore: test build (#849)
1 parent 826bd22 commit b66ee5e

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
@@ -14,7 +14,7 @@
1414
"packages/*/**"
1515
],
1616
"scripts": {
17-
"build": "yarn clean && lerna run build --scope '@carbon-labs/utilities' --scope '@carbon-labs/react' --scope '@carbon-labs/web-components' ",
17+
"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",
1818
"build:dist": "lerna run build:dist --stream",
1919
"build:dist:canary": "lerna run build:dist:canary --stream",
2020
"ci-check": "yarn run format:diff && yarn lint:license && yarn lint && yarn lint:styles",

0 commit comments

Comments
 (0)