From 150a753060ecf6e5d17cf28022fede20be712d51 Mon Sep 17 00:00:00 2001 From: Andrej Date: Tue, 7 Jan 2025 16:21:26 +0100 Subject: [PATCH] ci: :construction_worker: commenting build step --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 535b39b..d833853 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,5 +37,5 @@ jobs: - name: Check types run: pnpm dlx turbo check-types - - name: Build project - run: pnpm dlx turbo build --filter=@kaneo/web \ No newline at end of file + - # name: Build project + # run: pnpm dlx turbo build --filter=@kaneo/web \ No newline at end of file