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