aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-02-11 16:53:17 +0000
committerMohamedBassem <me@mbassem.com>2024-02-11 17:57:46 +0000
commit230cafb6dfc8d3bad57d84ef13c3669f5bf5331a (patch)
treeb59f4b386201f9fedde3c7b7546f32c2ed3f61cb /.github/workflows
parent2c2d05fd0a2c3c26d765f8a6beb88d907a097c1d (diff)
downloadkarakeep-230cafb6dfc8d3bad57d84ef13c3669f5bf5331a.tar.zst
fix: Fix build for workers package and add it to CI
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index e0d26326..cc8a45d0 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -26,6 +26,9 @@ jobs:
- name: Prisma
working-directory: packages/db
run: yarn prisma generate
+ - name: Build the workers package
+ working-directory: packages/workers
+ run: yarn typecheck
- name: Build web app
working-directory: packages/web
run: yarn run build