From 662afeb2a8ef6a8ac260dda59609e29f02d70b41 Mon Sep 17 00:00:00 2001 From: David Anson Date: Sat, 1 Jun 2019 14:17:13 -0700 Subject: [PATCH] Bump for DevOps CI. --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8676e022..2a009590 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,6 +40,7 @@ steps: versionSpec: $(node_version) displayName: 'Install Node.js' + - script: | npm install --no-package-lock npm run ci