From b763dfd7c242003a73e885820ade0bd58fb2736c Mon Sep 17 00:00:00 2001 From: Andrej Date: Tue, 7 Jan 2025 01:16:21 +0100 Subject: [PATCH] ci: :construction_worker: returning build command --- .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 f2cf1f5..bf6f3ea 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 TODO: Fix build \ No newline at end of file + - name: Build project + run: pnpm dlx turbo build TODO: Fix build \ No newline at end of file