diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2a009590..173fe5a2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,7 +41,5 @@ steps: displayName: 'Install Node.js' -- script: | - npm install --no-package-lock - npm run ci +- script: 'npm install --no-package-lock && npm run ci' displayName: 'npm install and run ci'