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 c278b66 commit 11aa041Copy full SHA for 11aa041
package.json
@@ -24,7 +24,7 @@
24
"ci-check:tests": "run-p -s 'ci-check:test:*'",
25
"ci-check:test:c4p": "yarn test:c4p --ci",
26
"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",
+ "ci-check:test:c4p-wc:build": "lerna run build --scope @carbon/ibm-products-web-components --include-dependencies --stream",
28
"ci-check:test:c4p-wc": "yarn test:c4p-wc",
29
"ci-check:spellcheck": "yarn spellcheck",
30
"clean": "run-p -s 'clean:*' && run-p -s 'clean:finally:*'",
0 commit comments