We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbfd1e commit 8b879bcCopy full SHA for 8b879bc
1 file changed
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Install, Build, and Publish Package
46
run: |
47
- npm install
+ npm install --legacy-peer-deps
48
npm run build
49
npm publish --provenance --access public --verbose
50
env:
0 commit comments