feat/ replace build with lint and typecheck scripts
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
- Always run the db generate, migrate and build commands to check for errors after completing your changes.
|
- Always run the LINT and TYPESCHECK scripts after completing your changes. This is to check for any issues.
|
||||||
- Always run the db generate, migrate and build comands to check for errors after completing your changes.
|
- NEVER start the dev server yourself. If you need something from the terminal, ask the user to provide it to you.
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
"build": "pnpm run db:migrate && next build",
|
"build": "pnpm run db:migrate && next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
|
"typecheck": "tsc --noEmit",
|
||||||
"db:generate": "drizzle-kit generate",
|
"db:generate": "drizzle-kit generate",
|
||||||
"db:migrate": "drizzle-kit migrate",
|
"db:migrate": "drizzle-kit migrate",
|
||||||
"db:push": "drizzle-kit push",
|
"db:push": "drizzle-kit push",
|
||||||
|
|||||||
Reference in New Issue
Block a user