From 8a53bc2888b1650946bac7c2f6de88830dc0c7ee Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 8 Feb 2020 09:59:26 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1bbdbd9..cf3190b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,6 +17,7 @@ steps: - script: | npm install -g @ionic/cli + npm update npm install ionic build --prod displayName: 'npm install and build'