ci: fix vercel build

This commit is contained in:
Vasily Zubarev
2025-03-21 19:19:59 +01:00
parent 0c046ebae9
commit 88c6aee5b9
4 changed files with 8 additions and 167 deletions

View File

@@ -423,7 +423,7 @@ async function isDatabaseEmpty() {
async function main() {
const isEmpty = await isDatabaseEmpty()
if (!isEmpty && !forceSeed) {
console.log("Database is already seeded. Use 'npm run seed -- --force' to force reseeding.")
console.log("Database is already seeded. Use 'npm run seed:force' to force reseeding (can override existing data).")
return
}