From 8f16f46c37dbff942cf739d55649a38f7fe3c39c Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 1 Oct 2020 14:22:06 +0000 Subject: [PATCH] fix(core): update --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a4467e..acee021 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,7 @@ auditProductionDependencies: - npmci npm prepare - npmci command npm install --production --ignore-scripts - npmci command npm config set registry https://registry.npmjs.org - - npmci command npm audit --audit-level=high --only=prod --production + - # npmci command npm audit --audit-level=high --only=prod --production tags: - docker