From 27214fda7abdf71d6e468bebe69f83bf023c74e6 Mon Sep 17 00:00:00 2001 From: Maciek Sitkowski Date: Sun, 26 Nov 2023 20:57:05 +0100 Subject: [PATCH] remove not needed steps --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) 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