From fae0f7f4ccd0af92e1a5fbbe25b1202b6ffe4b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lenon?= Date: Wed, 9 Aug 2023 10:55:17 -0300 Subject: [PATCH] ci(steps): update build --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 086aebd..9e75bfa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: npm run test:coverage - name: Test code compilation - run: sh scripts/build + run: npm run build windows: runs-on: windows-latest @@ -55,4 +55,4 @@ jobs: run: npm run test:coverage - name: Test code compilation - run: sh scripts/build + run: npm run build