diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 203b0e3..34cdcd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: scope: '@mitre-attack' - name: Install dependencies - run: npm clean-install --only=production + run: npm clean-install --omit=dev env: HUSKY: '0' # Disable Husky installation