changed the script to run even when .env exists but not all configs are set

This commit is contained in:
Kai Ritthaler 2025-05-19 08:17:00 +02:00 committed by Rudi Regentonne
parent 3b1d6b5c0e
commit 27de0af02e
2 changed files with 19 additions and 4 deletions

View file

@ -7,5 +7,6 @@
"yarn prisma generate",
"echo migrating database",
"yarn prisma migrate dev --name init"
]
],
"requiredKeys": ["DATABASE_URL", "TOKEN_SECRET", "DB_USER", "DB_PASSWORD"]
}