change build.yaml
Some checks failed
Build / build (push) Failing after 30s

This commit is contained in:
Corban-Lee Jones 2025-05-13 10:18:32 +01:00
parent 851467ab90
commit 0ce68139e1

View File

@ -21,9 +21,9 @@ jobs:
run: npm i
- name: Reset and Push Database Migrations
run: npx prisma migrate reset && npm run db:push
run: npx prisma migrate reset --force && npx prisma db push
env:
- DATABASE_URL: ${{ secrets.POSTGRESQL_CONN_STRING }}
- DATABASE_URL: "${{ secrets.POSTGRESQL_CONN_STRING }}"
- name: Build Dist
run: npm run build