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: script:
- cd src/server - cd src/server
- npm audit - npm audit
allow_failure: true
only: only:
- merge_requests - merge_requests
- master - master


Loading…
Cancel
Save