From 25926e60c6e7ba2eb7d370a84f9d41395e4aefdd Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Tue, 17 Nov 2020 11:23:32 +0200 Subject: [PATCH] azure fix Signed-off-by: Jari Kolehmainen --- .azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index e01bafcf4d..86c83c39a1 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -36,7 +36,7 @@ jobs: yarn path: $(YARN_CACHE_FOLDER) displayName: Cache Yarn packages - - script: make install-deps + - script: make node_modules displayName: Install dependencies - script: make build-npm displayName: Generate npm package @@ -76,7 +76,7 @@ jobs: yarn path: $(YARN_CACHE_FOLDER) displayName: Cache Yarn packages - - script: make install-deps + - script: make node_modules displayName: Install dependencies - script: make build-npm displayName: Generate npm package @@ -122,7 +122,7 @@ jobs: yarn path: $(YARN_CACHE_FOLDER) displayName: Cache Yarn packages - - script: make install-deps + - script: make node_modules displayName: Install dependencies - script: make lint displayName: Lint