feat/ replace build with lint and typecheck scripts

This commit is contained in:
Leon van Zyl
2025-08-20 10:31:45 +02:00
parent ebdb7c9597
commit cb73d6b2b9
2 changed files with 3 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
"build": "pnpm run db:migrate && next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push",