Skip to content

Commit

Permalink
trying with npx
Browse files Browse the repository at this point in the history
  • Loading branch information
dnotes committed Oct 9, 2024
1 parent e1bd5ab commit 90110e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: pnpm build

- name: Install playwright
run: pnpm exec playwright install --with-deps chromium
run: npx playwright install --with-deps chromium

- name: Run Tests
run: pnpm -w run test
Expand Down

0 comments on commit 90110e8

Please sign in to comment.