mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-17 08:17:26 +02:00
Remove yarn references
This commit is contained in:
parent
810c0e7031
commit
66c805de3e
11 changed files with 17 additions and 2074 deletions
|
@ -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