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",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"studio": "bunx prisma studio",
|
"studio": "npx prisma studio",
|
||||||
"push": "bunx prisma db push",
|
"push": "npx prisma db push",
|
||||||
"db-setup": "bunx prisma migrate deploy && bunx prisma generate && bunx prisma db push"
|
"db-setup": "npx prisma migrate deploy && npx prisma generate && npx prisma db push"
|
||||||
},
|
},
|
||||||
"prisma": {
|
"prisma": {
|
||||||
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
|
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user