From 79aeb36c36f8cb2158bccbfec0349c94fafda534 Mon Sep 17 00:00:00 2001 From: Jeremy Mees Date: Thu, 21 May 2026 16:48:03 +0200 Subject: [PATCH] fix: wrong step in dwploy workflow --- .github/workflows/deploy.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7a59b16a..3a8cfb5a 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -38,8 +38,6 @@ jobs: cache: "npm" - name: Install dependencies run: npm install - - name: Generate types - run: npm run typegen - name: Run typechecking run: npm run typecheck