Skip to content

Commit 4b956bc

Browse files
install @rumblefishdev/ui with legacy-peer-deps option in CI workflows
1 parent 31bef83 commit 4b956bc

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
npm i
33+
npm i @rumblefishdev/ui --legacy-peer-deps
3334
node_modules/.bin/lerna bootstrap
3435
env:
3536
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- name: Install dependencies
4949
run: |
5050
npm i
51+
npm i @rumblefishdev/ui --legacy-peer-deps
5152
node_modules/.bin/lerna bootstrap
5253
env:
5354
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.github/workflows/deploy-stage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- name: Install dependencies
4949
run: |
5050
npm i
51+
npm i @rumblefishdev/ui --legacy-peer-deps
5152
node_modules/.bin/lerna bootstrap
5253
env:
5354
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)