We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722ebd6 commit 08897eaCopy full SHA for 08897ea
.github/workflows/rtp.js.yaml
@@ -53,6 +53,9 @@ jobs:
53
- name: npm ci --foreground-scripts
54
run: npm ci --foreground-scripts
55
56
+ - name: npm audit --omit dev
57
+ run: npm audit --omit dev
58
+
59
- name: npm run lint
60
run: npm run lint
61
npm-scripts.mjs
@@ -209,7 +209,7 @@ function installDeps() {
209
executeCmd('npm install --package-lock-only --ignore-scripts');
210
211
// Check vulnerabilities in deps.
212
- executeCmd('npm audit');
+ executeCmd('npm audit --omit dev');
213
}
214
215
function checkRelease() {
0 commit comments