We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 773cb6c commit d9a89edCopy full SHA for d9a89ed
1 file changed
.github/workflows/deploy-stage.yml
@@ -48,6 +48,7 @@ jobs:
48
- name: Install dependencies
49
run: |
50
npm i
51
+ npm install @rumblefish/ui
52
node_modules/.bin/lerna bootstrap
53
env:
54
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments