Migration from Prisma to Drizzle-ORM

This commit is contained in:
aronmal 2023-08-19 23:16:49 +02:00
parent ed472e40ed
commit 2479dd518d
Signed by: aronmal
GPG key ID: 816B7707426FC612
30 changed files with 1018 additions and 6504 deletions

View file

@ -53,8 +53,7 @@ jobs:
- name: 'Compiling page'
run: |
echo "${{ secrets.ENV_FILE }}" > .env
pnpm prisma generate
pnpm run build
pnpm build
- name: Run Playwright tests
run: pnpm playwright test