Skip to content

Commit 73dca65

Browse files
committed
fix(ci): add missing build-shared step
1 parent 53bc5bf commit 73dca65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/daily-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
env:
2727
CI: true
2828

29+
- name: Build shared package
30+
run: npm run build-shared
31+
2932
- name: Generate sentiment report
3033
run: npm --workspace backend run agent
3134
env:

0 commit comments

Comments
 (0)