mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 02:06:34 +02:00
🔧 Do not deploy db changes when building landing (#1417)
This commit is contained in:
parent
ef4342cdd0
commit
8da5126fdb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue