chore: update lint and format command in package.json

This commit is contained in:
javayhu 2025-04-18 10:07:53 +08:00
parent e8c4bf3406
commit 212a7e57a8

View File

@ -6,7 +6,8 @@
"dev": "concurrently \"content-collections watch\" \"next dev\"",
"build": "content-collections build && next build",
"start": "next start",
"lint": "next lint",
"lint": "biome check --write .",
"format": "biome format --write .",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push",