Fix Github Release CI (#144)

* fix: attempt fix from https://github.com/reproducible-containers/buildkit-cache-dance

* fix: lint

* fix: migrate to pnpm to see if it builds

* fix: comment out unified deps builder

* fix: remove dependency on deps

* fix: shamefully hoist deps
This commit is contained in:
DecDuck
2025-07-31 21:36:01 +10:00
committed by GitHub
parent 244f20b5f4
commit 4e901164fb
5 changed files with 36 additions and 16 deletions

View File

@ -2,7 +2,7 @@
# This file starts up the Drop server by running migrations and then starting the executable
echo "[Drop] performing migrations..."
yarn prisma migrate deploy
pnpm prisma migrate deploy
# Actually start the application
node /app/app/server/index.mjs