fix: style updates

This commit is contained in:
Lucas Smith
2023-10-14 00:20:11 +11:00
committed by GitHub
parent 1c58b21383
commit 442b089d7f
4 changed files with 15 additions and 11 deletions

View File

@ -35,7 +35,7 @@ jobs:
- name: Generate Prisma Client
run: npm run prisma:generate -w @documenso/prisma
- name: Create the database
run: npm run prisma:migrate-dev -w @documenso/prisma
run: npm run prisma:migrate-dev
- name: Run Playwright tests
run: npm run ci
- uses: actions/upload-artifact@v3