Skip to content

Commit 55fbf34

Browse files
committed
npm audit all deps
1 parent 90c67b9 commit 55fbf34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

npm-scripts.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ function installDeps() {
183183
// Update package-lock.json.
184184
executeCmd('npm install --package-lock-only --ignore-scripts');
185185

186-
// Check vulnerabilities in deps (exclude dev deps).
187-
executeCmd('npm audit --omit=dev');
186+
// Check vulnerabilities in deps.
187+
executeCmd('npm audit');
188188
}
189189

190190
function checkRelease() {

0 commit comments

Comments
 (0)