Skip to content

Commit 8b879bc

Browse files
committed
Add --legacy-peer-deps flag to npm install in release workflow
1 parent 1fbfd1e commit 8b879bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Install, Build, and Publish Package
4646
run: |
47-
npm install
47+
npm install --legacy-peer-deps
4848
npm run build
4949
npm publish --provenance --access public --verbose
5050
env:

0 commit comments

Comments
 (0)