Skip to content

Commit

Permalink
Separate out postinstall as a step
Browse files Browse the repository at this point in the history
  • Loading branch information
thekevinscott committed Sep 15, 2023
1 parent 2118779 commit 65f89c5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/actions/setup-pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ runs:

- name: Install dependencies
shell: bash
run: pnpm install
run: pnpm install --ignore-scripts

- name: postinstall
shell: bash
run: pnpm postinstall

- name: Install Puppeteer explicitly
shell: bash
Expand Down

0 comments on commit 65f89c5

Please sign in to comment.