mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
ci: fix vercel build
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user