npx now
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 9s

This commit is contained in:
Shihaam Abdul Rahman 2025-01-11 01:42:48 +05:00
parent d72f9ae320
commit bfba3cf88b
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -7,9 +7,9 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"studio": "bunx prisma studio",
"push": "bunx prisma db push",
"db-setup": "bunx prisma migrate deploy && bunx prisma generate && bunx prisma db push"
"studio": "npx prisma studio",
"push": "npx prisma db push",
"db-setup": "npx prisma migrate deploy && npx prisma generate && npx prisma db push"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"