From 96662f767fce99c38e60054aa6131bb449dc95cd Mon Sep 17 00:00:00 2001 From: Alejandro Date: Wed, 28 Feb 2024 07:36:34 -0300 Subject: [PATCH] ci --- .github/workflows/ci1.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci1.yml b/.github/workflows/ci1.yml index 726712b1..58441f38 100644 --- a/.github/workflows/ci1.yml +++ b/.github/workflows/ci1.yml @@ -37,6 +37,8 @@ jobs: run: npm list - name: Install npm dependencies run: npm install + - run: npm run build --if-present + - run: npm run compile --if-present common: needs: setup @@ -47,8 +49,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: '20.x' - - run: npm run build --if-present - - run: npm run compile --if-present - run: cd packages/common && npm t # Repeat the pattern for other jobs, like ethernaut-toolbox, ethernaut-ui, etc.