Skip to content

Commit 6071969

Browse files
update CI 'Install dependencies' job
1 parent 7158df8 commit 6071969

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/deploy-prod.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
npm i @rumblefishdev/ui --legacy-peer-deps
5252
cd packages/frontend
5353
npm config set legacy-peer-deps=true
54-
../../node_modules/.bin/lerna bootstrap
54+
cd ../..
55+
node_modules/.bin/lerna bootstrap
5556
env:
5657
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5758

.github/workflows/deploy-stage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
npm i @rumblefishdev/ui --legacy-peer-deps
5252
cd packages/frontend
5353
npm config set legacy-peer-deps=true
54-
../../node_modules/.bin/lerna bootstrap
54+
cd ../..
55+
node_modules/.bin/lerna bootstrap
5556
env:
5657
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5758

0 commit comments

Comments
 (0)