This commit is contained in:
2026-03-14 15:31:09 -05:00
parent fe401341af
commit 1a0b5d535c
2 changed files with 3 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
"build": "tsc -p tsconfig.json",
"test": "vitest run",
"lint": "tsc -p tsconfig.json --noEmit",
"prisma:generate": "dotenv -e ../.env -- prisma generate",
"prisma:generate": "prisma generate",
"prisma:migrate": "dotenv -e ../.env -- prisma migrate dev --name foundation",
"prisma:deploy": "dotenv -e ../.env -- prisma migrate deploy"
},