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