We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09d7fbd + 8b879bc commit a4637aaCopy full SHA for a4637aa
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