Skip to content

Commit 60f081c

Browse files
chore(overrides): Try removing Puppeteer overrides (#884)
1 parent eb9b23b commit 60f081c

29 files changed

Lines changed: 280 additions & 620 deletions

.github/workflows/build-lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,6 @@ jobs:
156156
- name: Build docs
157157
run: npm run build:docs
158158
- name: Install Chrome for Puppeteer
159-
run: npm exec -w packages/module -- puppeteer browsers install chrome
159+
run: npx puppeteer browsers install chrome
160160
- name: A11y tests
161161
run: npm run serve:docs & npm run test:a11y

0 commit comments

Comments
 (0)