From 466d6d47bae08b329e8924b40efd6a004cae6108 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 19 Nov 2019 16:31:33 +0000 Subject: [PATCH] fix(ci): further speed up snyk step --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a95dfb6..1b9d3bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ snyk: stage: security script: - npmci npm prepare - - npmci command npm install --ignore-scripts + - npmci command npm ci --ignore-scripts - npmci command snyk test tags: - lossless