We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c67b9 commit 55fbf34Copy full SHA for 55fbf34
npm-scripts.mjs
@@ -183,8 +183,8 @@ function installDeps() {
183
// Update package-lock.json.
184
executeCmd('npm install --package-lock-only --ignore-scripts');
185
186
- // Check vulnerabilities in deps (exclude dev deps).
187
- executeCmd('npm audit --omit=dev');
+ // Check vulnerabilities in deps.
+ executeCmd('npm audit');
188
}
189
190
function checkRelease() {
0 commit comments