From e354f711314270e000c9970e8986489b664e0e39 Mon Sep 17 00:00:00 2001 From: bourgeoa Date: Thu, 16 Jan 2025 01:38:49 +0100 Subject: [PATCH] ci.yml --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b03de36a..205d1b08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,8 +24,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm ci - - run: npm run build - - run: bundlesize + - run: npm run build && bundlesize - name: Save build if: matrix.node-version == '18.x' uses: actions/upload-artifact@v4