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.