We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb2a52 commit 86919c7Copy full SHA for 86919c7
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
run: npm install --legacy-peer-deps
23
24
- name: Update husky
25
- run: npm update husky
+ run: npm update husky --legacy-peer-deps
26
27
- name: Build the package
28
run: npm run build
0 commit comments