Skip to content

Commit 3db5d42

Browse files
committed
0.15.3
1 parent cf0df6a commit 3db5d42

File tree

3 files changed

+3751
-2471
lines changed

3 files changed

+3751
-2471
lines changed

npm-scripts.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,12 @@ function installDeps() {
202202

203203
// Install/update deps.
204204
executeCmd('npm ci --ignore-scripts');
205+
205206
// Update package-lock.json.
206207
executeCmd('npm install --package-lock-only --ignore-scripts');
208+
209+
// Check vulnerabilities in deps.
210+
executeCmd('npm audit');
207211
}
208212

209213
function checkRelease() {

0 commit comments

Comments
 (0)