mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-10 04:22:09 +10:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user