Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit a0dcc5e

Browse files
committed
use --legacy-peer-deps
1 parent be4c486 commit a0dcc5e

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install dependencies
3737
run: |
3838
cd docs
39-
npm i
39+
npm i --legacy-peer-deps
4040
4141
- name: Lint
4242
run: |
@@ -66,15 +66,11 @@ jobs:
6666
node-version: 'lts/*'
6767
cache: 'npm'
6868

69-
- name: Install dependencies
70-
run: |
71-
cd frontend
72-
npm i
69+
- name: Install Dependencies
70+
run: npm i --legacy-peer-deps
7371

7472
- name: Build
75-
run: |
76-
cd frontend
77-
npm run build-storybook
73+
run: npm run build-storybook
7874

7975
- name: Publish to Github Pages
8076
uses: JamesIves/[email protected]

0 commit comments

Comments
 (0)