1
0
mirror of synced 2026-01-05 21:04:17 -05:00

include optional in package-lock lint (#24932)

This commit is contained in:
Peter Bengtsson
2022-02-02 18:08:29 -05:00
committed by GitHub
parent 5a832420b5
commit ee0d88d261

View File

@@ -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