We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7158df8 commit 6071969Copy full SHA for 6071969
2 files changed
.github/workflows/deploy-prod.yml
@@ -51,7 +51,8 @@ jobs:
51
npm i @rumblefishdev/ui --legacy-peer-deps
52
cd packages/frontend
53
npm config set legacy-peer-deps=true
54
- ../../node_modules/.bin/lerna bootstrap
+ cd ../..
55
+ node_modules/.bin/lerna bootstrap
56
env:
57
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
58
.github/workflows/deploy-stage.yml
0 commit comments