Browse Source

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

tags/v0.10.4^2
Shaun 2 years ago
parent
commit
113801e90e
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