Skip to content

Commit 7f65514

Browse files
committed
Fix for name of package
1 parent 7795605 commit 7f65514

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install dependencies
4949
run: |
5050
npm i
51-
npm install @rumblefish/ui
51+
npm install @rumblefishdev/ui
5252
node_modules/.bin/lerna bootstrap
5353
env:
5454
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)