From af973c47a120c0574317abb3823e020745f4bcf8 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 17 Sep 2021 19:35:26 +0200 Subject: [PATCH] fix(core): update --- .gitlab-ci.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a4467e..88889cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,6 +36,7 @@ auditProductionDependencies: - npmci command npm audit --audit-level=high --only=prod --production tags: - docker + allow_failure: true auditDevDependencies: image: registry.gitlab.com/hosttoday/ht-docker-node:npmci diff --git a/package.json b/package.json index 25e4603..29d56e0 100644 --- a/package.json +++ b/package.json @@ -35,4 +35,4 @@ "npmextra.json", "readme.md" ] -} +} \ No newline at end of file