diff --git a/azure-pipelines-template.yml b/azure-pipelines-template.yml index d7311413367..1549c1338d8 100644 --- a/azure-pipelines-template.yml +++ b/azure-pipelines-template.yml @@ -16,7 +16,6 @@ jobs: version: $(node_version) displayName: 'Install Node.js' - - script: | - yarn - yarn test-ci - yarn lint + - script: yarn + - script: yarn test-ci + - script: yarn lint