fix: remove extra steps

This commit is contained in:
diced
2025-09-03 00:03:08 -07:00
parent 87650d0fec
commit 3f0306e436

View File

@@ -44,15 +44,6 @@ jobs:
- name: Install
run: pnpm install
- name: Lint
run: pnpm lint
- name: Generate Prisma
run: pnpm build:prisma
- name: Type Check
run: pnpm build:types
- name: Build
env:
ZIPLINE_BUILD: 'true'