diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 56d08ddc..fdd6e32c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,7 +18,7 @@ steps: displayName: "Installing Node.js" - script: | - npm install + npm ci # Use Package lock to install CI stuff, faster, more sercure npm run build displayName: "Running npm install and build"