diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bb093807..56617f15 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,6 +41,7 @@ steps: displayName: 'Install Node.js' - script: | - npm install + npm install --no-package-lock npm test + npm run lint displayName: 'npm install and test'