Skip to content

Commit 65e561a

Browse files
committed
ci: install dashboard deps before vite build
1 parent adc3dff commit 65e561a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Build TypeScript (engine + runtime)
3333
run: npm run build
3434

35+
- name: Install dashboard dependencies
36+
run: cd src/cli/dashboard && npm ci
37+
3538
- name: Build dashboard
3639
run: npm run dashboard:build
3740

0 commit comments

Comments
 (0)