Skip to content

Commit

Permalink
ci: Changed pnpm exec to npx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joery-M committed Apr 22, 2024
1 parent 30bf993 commit ce3287b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install Playwright's dependencies
if: steps.playwright-cache.outputs.cache-hit != 'true'
run: pnpm exec playwright install --with-deps
run: npx playwright install --with-deps

- name: Build Darkroom
run: pnpm build:darkroom
Expand Down

0 comments on commit ce3287b

Please sign in to comment.