Skip to content

Commit 4303703

Browse files
committed
npm audit all deps
1 parent 7dbc3a8 commit 4303703

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
@@ -187,8 +187,8 @@ function installDeps() {
187187
// Update package-lock.json.
188188
executeCmd('npm install --package-lock-only --ignore-scripts');
189189

190-
// Check vulnerabilities in deps (exclude dev deps).
191-
executeCmd('npm audit --omit=dev');
190+
// Check vulnerabilities in deps.
191+
executeCmd('npm audit');
192192
}
193193

194194
function checkRelease() {

0 commit comments

Comments
 (0)