diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b2e8d6..a528793 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,9 +58,6 @@ jobs: - name: 📥 Install Dependencies run: pnpm install - - name: 📦 Build libs - run: pnpm build:ui - - name: 🔬 Lint run: pnpm lint @@ -86,9 +83,6 @@ jobs: - name: 📥 Install Dependencies run: pnpm install - - name: 📦 Build libs - run: pnpm build:ui - - name: 🔎 Type check run: pnpm typecheck