mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-02-22 08:22:01 +00:00
attempt no 3 docker
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 11s
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 11s
This commit is contained in:
parent
a5b18e89d3
commit
994956a98d
@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev --turbopack",
|
||||
"build": "next build",
|
||||
"build": "npx prisma migrate deploy && npx prisma generate && npx prisma db push && next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"studio": "npx prisma studio",
|
||||
@ -68,4 +68,4 @@
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user