Regenerate prisma on launch

This commit is contained in:
2023-10-05 01:37:12 +01:00
parent 1454f4e227
commit 796bf7c4f4

1
up.sh
View File

@@ -3,5 +3,6 @@
cd /mnt/bigdisk/home/miguel/Documents/projects/react/coins
rm -rf packages/site/.next
bun install
bun prisma generate
bun run build
bun run start