ソースを参照

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

tags/v0.10.4^2
Shaun 2年前
コミット
113801e90e
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      .gitlab-ci.yml

+ 1
- 0
.gitlab-ci.yml ファイルの表示

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


読み込み中…
キャンセル
保存