We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6914eb commit 5351281Copy full SHA for 5351281
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
run: pnpm install
42
43
- name: Install Playwright Browsers
44
- run: pnpm exec playwright install chromium
+ run: pnpmx playwright install chromium
45
46
- name: Build
47
run: pnpm build --cache-dir=.turbo
0 commit comments