chore: add peek to release workflow

This commit is contained in:
Balázs Orbán
2023-10-05 16:35:41 +02:00
parent 6e9356dcb1
commit 145e4428ed

View File

@@ -79,6 +79,9 @@ jobs:
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Peek
run: pnpm peek
if: ${{ github.repository == 'nextauthjs/next-auth' && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
- name: Build
run: pnpm build
- name: Run tests