From 2cae9100e702ebd9abfbe7648a783b251aa32ebc Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Fri, 8 Aug 2025 19:12:01 +0200 Subject: [PATCH] balls: fixing build pipeline --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7fcd8d..e49648f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,6 +40,9 @@ jobs: - name: recBubbles Build run: npx vite build working-directory: recBubbles + - name: balls Install dependencies + run: npm install + working-directory: balls - name: balls Build run: npx vite build working-directory: balls