Skip to content

Commit ec136be

Browse files
Update .github/workflows/copilot-setup-steps.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 69eb45b commit ec136be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
DATABASE_URL: "file:./dev.db"
5959
run: |
6060
if [ -f "prisma/seed.ts" ]; then
61-
npm run db:seed || (npx tsx prisma/seed.ts || npx ts-node prisma/seed.ts || npx prisma db seed)
61+
npm run db:seed
6262
else
6363
echo "No prisma/seed.ts found; skipping."
6464
fi

0 commit comments

Comments
 (0)