diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1a948af6..4e074abc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: cache: 'npm' - name: 📥 Download deps - run: npm ci + run: npm ci --ignore-scripts - name: ▶️ Run tests run: npm test