mirror of
https://github.com/diced/zipline.git
synced 2025-12-12 07:40:45 -08:00
fix: remove extra steps
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user