mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-01 10:11:50 +02:00
📦 Upgrade to prisma 5 (#748)
This commit is contained in:
parent
d205f991e9
commit
9f737fc061
4 changed files with 21 additions and 22 deletions
|
@ -2,6 +2,7 @@
|
|||
set -e
|
||||
export NEXT_PUBLIC_APP_VERSION=v$(node -p "require('./package.json').version")
|
||||
echo "Set NEXT_PUBLIC_APP_VERSION=$NEXT_PUBLIC_APP_VERSION"
|
||||
yarn prisma generate
|
||||
yarn build
|
||||
# Deploy migration using direct database connection (no connection pool)
|
||||
DATABASE_URL=$DIRECT_DATABASE_URL yarn db:deploy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue