Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Thomas 2020-02-08 09:59:26 +00:00
parent d474f9ef83
commit 8a53bc2888

View File

@ -17,6 +17,7 @@ steps:
- script: |
npm install -g @ionic/cli
npm update
npm install
ionic build --prod
displayName: 'npm install and build'