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 9cfc28b commit c5392d9Copy full SHA for c5392d9
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
41
# 6 ▸ download browsers if cache miss
42
- name: Install Playwright browsers
43
- run: pnpm exec playwright install --with-deps
+ run: pnpm --filter @austinserb/react-zero-ui exec playwright install --with-deps
44
45
# 7 ▸ lint
46
- run: pnpm lint
0 commit comments