chore: add formatting scripts to package.json and standardize pnpm-lock.yaml quotes

This commit is contained in:
Julien Froidefond
2025-12-06 09:16:04 +01:00
parent c4fe288193
commit e26eb0f039
2 changed files with 4292 additions and 2423 deletions

View File

@@ -6,6 +6,8 @@
"build": "next build",
"dev": "next dev",
"lint": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"start": "next start",
"db:push": "prisma db push",
"db:migrate": "prisma migrate dev",