mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 09:36:08 +00:00
chore: clean up lint/type issues and tighten comment media URL validation
This commit is contained in:
+2
-1
@@ -7,8 +7,9 @@
|
||||
"prebuild": "bun run typecheck",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "eslint",
|
||||
"lint": "eslint --max-warnings=0",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"check": "bun run lint && bun run typecheck",
|
||||
"postinstall": "prisma generate",
|
||||
"db:generate": "prisma generate",
|
||||
"db:push": "prisma db push",
|
||||
|
||||
Reference in New Issue
Block a user