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 40bd6b7 commit 88e96a7Copy full SHA for 88e96a7
1 file changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
registry-url: https://registry.npmjs.org/
19
cache: 'npm'
20
- run: |
21
- npm i
+ npm i --legacy-peer-deps
22
git config --global user.name 'Tanner Linsley'
23
git config --global user.email 'tannerlinsley@users.noreply.github.com'
24
npm run cipublish
0 commit comments