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 512246e commit 86c0dd2Copy full SHA for 86c0dd2
.github/workflows/release.yml
@@ -12,7 +12,6 @@ jobs:
12
- uses: actions/setup-node@v3
13
with:
14
node-version: '16'
15
- registry-url: 'https://registry.npmjs.org'
16
- name: npm Install
17
run: npm install --legacy-peer-deps
18
- name: Install dependencies
.github/workflows/storybook.yml
@@ -11,7 +11,7 @@ jobs:
11
persist-credentials: false
- run: npm install
+ run: npm install --legacy-peer-deps
- name: npm Build
run: npm run build:storybook
- name: Deploy 🚀
0 commit comments