Fix release follow-up issues

This commit is contained in:
Mohamed Boudra
2026-03-10 17:25:03 +07:00
parent 89a25276a5
commit e73d40b260
4 changed files with 16 additions and 2 deletions

View File

@@ -36,6 +36,9 @@ jobs:
- name: Install server dependencies
run: npm install --workspace=@getpaseo/server --include-workspace-root
- name: Build relay dependency
run: npm run build --workspace=@getpaseo/relay
- name: Typecheck
run: npm run typecheck --workspace=@getpaseo/server