Skip to content

Commit

Permalink
chore: fix build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Feb 27, 2024
1 parent 31efd75 commit dd1a1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: pnpm install

- name: Build package
run: pnpm run build-package
run: pnpm run package:build

- name: Install Playwright browsers
run: pnpm dlx playwright install --with-deps
Expand Down

0 comments on commit dd1a1ad

Please sign in to comment.