From 956bcdf16ef38b4e54382609abb0edaaf7e9e0b6 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 12 Aug 2020 16:32:16 +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 13b1a9f..9a4467e 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 + - npmci command npm audit --audit-level=high --only=prod --production tags: - docker