From ee0d88d26105f7b0e10ddb80786a345a722ebc4f Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Wed, 2 Feb 2022 18:08:29 -0500 Subject: [PATCH] include optional in package-lock lint (#24932) --- .github/workflows/package-lock-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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