From b6c67b54b78e1d2ad88d39230a2468e5365085da Mon Sep 17 00:00:00 2001 From: Ludan Stoeckle Date: Wed, 9 Oct 2019 19:02:31 +0200 Subject: [PATCH] snyk pre publish issue --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f949857..4ebb9843 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,6 +29,8 @@ publish_npm: image: node script: - npm install -g lerna + - npm install -g snyk + - snyk auth $SNYK_TOKEN - npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN} - npm config set always-auth=true - npm config set email=ludan.stoeckle@rosaenlg.org -- GitLab