Add tsc test

This commit is contained in:
Owen
2025-10-06 11:29:34 -07:00
parent 40a3eac704
commit b627e391ac

View File

@@ -35,6 +35,9 @@ jobs:
- name: Apply database migrations
run: npm run db:sqlite:push
- name: Test with tsc
run: npx tsc --noEmit
- name: Start app in background
run: nohup npm run dev &