diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff3de17..b0351fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' - - run: npm ci + - run: npm ci --ignore-scripts - run: npm run lint - run: npm test