From 18a6f53afcc471a76b7676ab865c30fe80cea2b9 Mon Sep 17 00:00:00 2001 From: ev1stensberg Date: Tue, 5 Feb 2019 01:47:44 +0100 Subject: [PATCH] chore: :) --- azure-pipelines-template.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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'