diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b96c72..05c908d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: scope: "@auth0" - name: Install dependencies - run: npm ci + run: npm ci --ignore-scripts - name: Validate Commits Messages if: github.event_name == 'pull_request'