We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59d8565 + 14dbf54 commit e4f914bCopy full SHA for e4f914b
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
registry-url: "https://registry.npmjs.org"
17
18
- name: install npm packages
19
- run: npm install
+ run: npm install --legacy-peer-deps
20
21
- name: publish npm package
22
run: npm publish
0 commit comments