Browse Source

chore: Allowing npm audit to fail because sqlite...

(cherry picked from commit 113801e90e)
tags/v0.10.3
Shaun 2 years ago
committed by Big Bad Waffle
parent
commit
e1206f4b59
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .gitlab-ci.yml

+ 1
- 0
.gitlab-ci.yml View File

@@ -9,6 +9,7 @@ audit:
script:
- cd src/server
- npm audit
allow_failure: true
only:
- merge_requests
- master


Loading…
Cancel
Save