diff --git a/azure-pipelines-template.yml b/azure-pipelines-template.yml index 41bc220750e..e5423adfb18 100644 --- a/azure-pipelines-template.yml +++ b/azure-pipelines-template.yml @@ -23,9 +23,8 @@ jobs: npm install npm run bootstrap displayName: "Lerna bootstrap" - - task: Npm@1 - inputs: - command: test + - script: | + npm run test displayName: "Run tests" - task: PublishTestResults@2 displayName: 'Publish Test Results'