mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-02-22 08:22:01 +00:00
npx now
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 9s
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 9s
This commit is contained in:
parent
d72f9ae320
commit
bfba3cf88b
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user