From 777ed0930547667b941f6259a0e9e76554f27067 Mon Sep 17 00:00:00 2001 From: yonatan-orca <85822245+yonatan-orca@users.noreply.github.com> Date: Mon, 22 Sep 2025 21:28:04 +0000 Subject: [PATCH] test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f5860ef..70e1b0c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: run: npm ci --no-fund --no-audit - name: Build - run: npm run build + run: npm run build && echo hello - name: Check formatting run: npm run format:check