From 170b021f72f481310b80b74891e29c1f42bd4f2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filiph=20Siitam=20Sandstr=C3=B6m?= Date: Mon, 18 Mar 2024 21:35:26 +0100 Subject: [PATCH] CI: Fix CI job. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d94b2bd..743eac22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,6 @@ jobs: typecheck: name: ✅ Typecheck timeout-minutes: 15 - needs: [build] runs-on: ubuntu-latest steps: - name: 🕶️ Checkout repository @@ -78,7 +77,7 @@ jobs: - name: 📦 Install uses: ./.github/common/install - - name: 🔨 Build + - name: 🔨 Build Packages run: bun run build:packages - name: ✅ Typecheck