From 0a6730fecf48f438eff148a7311e8c991f4d0165 Mon Sep 17 00:00:00 2001 From: StefanSchoof Date: Mon, 3 Dec 2018 19:24:20 +0000 Subject: [PATCH] use npm install greenkeeper does not work with npm ci, see https://github.com/greenkeeperio/greenkeeper-lockfile/issues/156 --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 89ceffa7..6cffa583 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -69,7 +69,7 @@ jobs: steps: - bash: | set -e - npm ci + npm install npm test npm run build npm run lint @@ -88,7 +88,7 @@ jobs: steps: - bash: | set -e - npm ci + npm install npm test npm run build npm run lint