From 36f2a835c42a1a462aafe865f797f133e425cde4 Mon Sep 17 00:00:00 2001 From: Jonathan Romano Date: Mon, 22 Jul 2024 18:42:58 -0400 Subject: [PATCH] Capitalization fix --- .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 1b9c862..a065ccf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: key: ${{ runner.os }}-node-${{ env.NODE_VERSION }}-${{ hashFiles('./package-lock.json') }} - name: Install dependencies run: npm ci --ignore-scripts - - name: build + - name: Build run: npm run build:${{ env.BUILD_TYPE }} env: PARALLEL_BUILD: true