Skip to content

Commit 1c3c892

Browse files
committed
chore: Only run npm audit --prod instead of dev as it warns about not-fixable dependencies
1 parent 85752c5 commit 1c3c892

File tree

3 files changed

+5
-68
lines changed

3 files changed

+5
-68
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ steps:
1818

1919
- name: audit
2020
image: cypress/browsers:node14.15.0-chrome86-ff82
21-
commands: ["npm audit"]
21+
commands: ["npm audit --prod"]
2222
depends_on: [install]
2323

2424
- name: build
@@ -57,6 +57,6 @@ trigger:
5757
event: [push, tag, pull_request]
5858
---
5959
kind: signature
60-
hmac: c5a6d2c9669086f354e20b72929b5f42bb05e8b0b58d5a25243c64ff60542b47
60+
hmac: 2e019c3afd3353410dcfbee11e2c4d3527d4e9ce0821d1b2db85dc2fad25fbec
6161

6262
...

.droneci.yml

Lines changed: 0 additions & 62 deletions
This file was deleted.

package-lock.json

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)