diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 15ba450..1345f48 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,6 +27,6 @@ jobs: run: npm install working-directory: ${{ matrix.dir }} - - name: Run build - run: npm run lint && npm run build + - name: Run ci + run: npm ci working-directory: ${{ matrix.dir }}