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