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 f0a7435 commit a9c4480Copy full SHA for a9c4480
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
run: pnpm install --frozen-lockfile
34
35
- name: Build
36
- run: pnpm build:ci
+ run: pnpm build
37
38
- name: Install browsers
39
run: pnpm exec playwright install --with-deps chromium
0 commit comments