🔧 Do not deploy db changes when building landing (#1417)

This commit is contained in:
Luke Vella 2024-10-30 21:39:30 +00:00 committed by GitHub
parent ef4342cdd0
commit 8da5126fdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
{
"installCommand": "yarn install",
"buildCommand": "cd ../.. && yarn db:generate && yarn build:landing && yarn db:deploy",
"buildCommand": "cd ../.. && yarn db:generate && yarn build:landing",
"outputDirectory": ".next"
}