chore: update lint and format command in package.json
This commit is contained in:
parent
e8c4bf3406
commit
212a7e57a8
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user