Skip to content

Commit 36491bf

Browse files
committed
fix dashboard publish script
1 parent d87092e commit 36491bf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish-dashboard.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ jobs:
3535
with:
3636
node-version: '24'
3737

38-
- name: Install dependencies
38+
- name: Install root dependencies
39+
run: npm install
40+
41+
- name: Install dashboard dependencies
3942
working-directory: packages/dashboard
4043
run: npm install
4144

0 commit comments

Comments
 (0)