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.
1 parent 8c669be commit ac0a73cCopy full SHA for ac0a73c
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
run: |
17
git config user.name "${GITHUB_ACTOR}"
18
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
19
- - run: npm install
+ - run: npm install --legacy-peer-deps
20
- run: npm run build
21
- run: npm install release-it
22
- run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > .npmrc
0 commit comments