Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
David Anson 2019-05-30 20:34:09 -07:00
parent ce86ef688d
commit 0e8b40ad74

View file

@ -17,5 +17,5 @@ steps:
- script: |
npm install
npm run build
displayName: 'npm install and build'
npm test
displayName: 'npm install and test'