fix no failing on typescript errors in deploy
Some checks failed
Deploy to Test Environment / deploy-to-test (push) Failing after 1m53s

This commit is contained in:
2025-12-21 22:35:03 -08:00
parent de5425ef91
commit 3db6a067fc
5 changed files with 23 additions and 7 deletions

View File

@@ -42,6 +42,9 @@ jobs:
- name: Install Dependencies
run: npm ci
- name: Validate Code with Type-Check and Lint
run: npm run validate
- name: Check for Production Database Schema Changes
env:
DB_HOST: ${{ secrets.DB_HOST }}