Skip to content

Commit 0b709c0

Browse files
committed
fix(playwright): install in correct location
1 parent a7b2f5c commit 0b709c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"test:c4p": "lerna run --stream --scope @carbon/ibm-products test --",
5050
"test:c4p:snapshot": "yarn test:c4p-styles styles -u",
5151
"test:c4p-styles": "lerna run --stream --scope @carbon/ibm-products-styles test --",
52-
"test:c4p-wc": "yarn playwright install --with-deps && lerna run --stream --scope @carbon/ibm-products-web-components test --",
52+
"test:c4p-wc": "lerna run --stream --scope @carbon/ibm-products-web-components test --",
5353
"spellcheck": "cspell '**' -e './examples' --gitignore --quiet --no-must-find-files",
5454
"storybook": "cd packages/ibm-products && yarn storybook:start",
5555
"storybook:build": "cd packages/ibm-products && yarn storybook:build",

packages/ibm-products-web-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"postinstall": "ibmtelemetry --config=telemetry.yml",
5050
"preview": "vite preview",
5151
"storybook": "storybook dev -p 3000",
52-
"test": "vitest run",
52+
"test": "yarn playwright install --with-deps && vitest run",
5353
"wca": "web-component-analyzer analyze src --outFile custom-elements.json",
5454
"coverage": "vitest run --coverage",
5555
"telemetry-config": "ibmtelemetry-config generate --wc --id 8a79d901-a9c0-4672-94a4-fa8eea139832 --endpoint https://www-api.ibm.com/ibm-telemetry/v1/metrics --files ./src/components"

0 commit comments

Comments
 (0)