Skip to content

Commit 11aa041

Browse files
committed
ci: build only wc package and its dependencies on wc test step
1 parent c278b66 commit 11aa041

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
@@ -24,7 +24,7 @@
2424
"ci-check:tests": "run-p -s 'ci-check:test:*'",
2525
"ci-check:test:c4p": "yarn test:c4p --ci",
2626
"ci-check:test:c4p:snapshot": "yarn test:c4p:snapshot --ci",
27-
"ci-check:test:c4p-wc:build": "lerna run --stream --scope @carbon/ibm-products-web-components build --verbose",
27+
"ci-check:test:c4p-wc:build": "lerna run build --scope @carbon/ibm-products-web-components --include-dependencies --stream",
2828
"ci-check:test:c4p-wc": "yarn test:c4p-wc",
2929
"ci-check:spellcheck": "yarn spellcheck",
3030
"clean": "run-p -s 'clean:*' && run-p -s 'clean:finally:*'",

0 commit comments

Comments
 (0)