Skip to content

Commit

Permalink
chore: do not ignore scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Sep 25, 2023
1 parent 4d4d0c2 commit 05df7ab
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/actions/setup-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,4 @@ runs:
- name: Install dependencies
shell: bash
run: pnpm install --frozen-lockfile

- name: Rebuild sharp
shell: bash
run: npm rebuild sharp
run: pnpm install --frozen-lockfile --ignore-scripts=false

0 comments on commit 05df7ab

Please sign in to comment.