Skip to content

Commit

Permalink
refactor: update npm install command to include --legacy-peer-deps fl…
Browse files Browse the repository at this point in the history
…ag in .github/workflows/publish.yml
  • Loading branch information
gusintheeshell committed Oct 12, 2024
1 parent 8bb2a52 commit 86919c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: npm install --legacy-peer-deps

- name: Update husky
run: npm update husky
run: npm update husky --legacy-peer-deps

- name: Build the package
run: npm run build
Expand Down

0 comments on commit 86919c7

Please sign in to comment.