Skip to content

Commit 86919c7

Browse files
refactor: update npm install command to include --legacy-peer-deps flag in .github/workflows/publish.yml
1 parent 8bb2a52 commit 86919c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: npm install --legacy-peer-deps
2323

2424
- name: Update husky
25-
run: npm update husky
25+
run: npm update husky --legacy-peer-deps
2626

2727
- name: Build the package
2828
run: npm run build

0 commit comments

Comments
 (0)