Skip to content

Commit 30c539e

Browse files
authored
fix(release.yml): --legacy-peer-deps
1 parent 35cb7f4 commit 30c539e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
run: yarn build
3838
if: steps.dist.outputs.cache-hit != 'true'
3939
- name: Release to NPM
40-
run: cd packages/module && npx [email protected]
40+
run: cd packages/module && npx [email protected] --legacy-peer-deps

0 commit comments

Comments
 (0)