mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-01 02:01:48 +02:00
Migrate to pnpm
Introduces bugs
This commit is contained in:
parent
9af5b696c8
commit
0c5e36f7ae
36 changed files with 19518 additions and 18405 deletions
4
scripts/landing.sh
Executable file
4
scripts/landing.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
pnpm prisma generate
|
||||
pnpm build
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
yarn prisma generate
|
||||
yarn build
|
||||
pnpm prisma generate
|
||||
pnpm build
|
||||
# Deploy migration using direct database connection (no connection pool)
|
||||
DATABASE_URL=$DIRECT_DATABASE_URL yarn db:deploy
|
||||
DATABASE_URL=$DIRECT_DATABASE_URL pnpm db:deploy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue