diff --git a/.github/workflows/package-lock-lint.yml b/.github/workflows/package-lock-lint.yml index 3fc9480f2d..3bd2e91713 100644 --- a/.github/workflows/package-lock-lint.yml +++ b/.github/workflows/package-lock-lint.yml @@ -41,7 +41,7 @@ jobs: # package-lock.json, instead of checking node_modules and # downloading dependencies. # - npm install --package-lock-only --ignore-scripts + npm install --package-lock-only --ignore-scripts --include=optional # If the package.json (dependencies and devDependencies) is # in correct sync with package-lock.json running the above command