This commit is contained in:
nafees nazik
2024-01-05 02:15:27 +05:30
parent c8337d7dcc
commit 346078dbbe
2 changed files with 0 additions and 4 deletions

View File

@ -22,4 +22,3 @@ runs:
- run: npm run build - run: npm run build
shell: bash shell: bash
if: steps.production-build-cache.outputs.cache-hit != 'true'

View File

@ -22,9 +22,6 @@ jobs:
- uses: ./.github/actions/playwright-install - uses: ./.github/actions/playwright-install
- name: Generate Prisma Client
run: npm run prisma:generate -w @documenso/prisma
- name: Create the database - name: Create the database
run: npm run prisma:migrate-dev run: npm run prisma:migrate-dev