Skip to content

Commit 86c0dd2

Browse files
fixed_again
1 parent 512246e commit 86c0dd2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
- uses: actions/setup-node@v3
1313
with:
1414
node-version: '16'
15-
registry-url: 'https://registry.npmjs.org'
1615
- name: npm Install
1716
run: npm install --legacy-peer-deps
1817
- name: Install dependencies

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
persist-credentials: false
1313
- name: npm Install
14-
run: npm install
14+
run: npm install --legacy-peer-deps
1515
- name: npm Build
1616
run: npm run build:storybook
1717
- name: Deploy 🚀

0 commit comments

Comments
 (0)