Skip to content

Commit

Permalink
fix(release.yml): --legacy-peer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Mar 21, 2023
1 parent 35cb7f4 commit 30c539e
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 @@ -37,4 +37,4 @@ jobs:
run: yarn build
if: steps.dist.outputs.cache-hit != 'true'
- name: Release to NPM
run: cd packages/module && npx [email protected]
run: cd packages/module && npx [email protected] --legacy-peer-deps

0 comments on commit 30c539e

Please sign in to comment.