fix build

This commit is contained in:
KM Koushik
2025-09-19 08:24:08 +10:00
parent 81faba2aba
commit 2fa8c1b600
2 changed files with 15 additions and 11 deletions

View File

@@ -41,4 +41,4 @@
- Prefer Conventional Commits (`feat:`, `fix:`, `chore:`, `docs:`). Git history shows frequent feat/fix usage.
- PRs must include: clear description, linked issues, screenshots for UI changes, migration notes, and verification steps.
- CI hygiene: ensure `pnpm lint` and `pnpm build` pass; run relevant `db:*` scripts if schema changes.
- never run build,migration commands unless asked for