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 c0d44db commit bb01303Copy full SHA for bb01303
1 file changed
.github/workflows/build-lint-test.yml
@@ -156,6 +156,6 @@ jobs:
156
- name: Build docs
157
run: npm run build:docs
158
- name: Install Chrome for Puppeteer
159
- run: npx puppeteer browsers install chrome
+ run: npm exec -w packages/module -- puppeteer browsers install chrome
160
- name: A11y tests
161
run: npm run serve:docs & npm run test:a11y
0 commit comments