Remove yarn references

This commit is contained in:
Luke Vella 2024-10-13 17:39:33 +01:00
parent 810c0e7031
commit 66c805de3e
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C
11 changed files with 17 additions and 2074 deletions

View file

@ -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