From 10666426e15bec3603856909c58aca02e9929d94 Mon Sep 17 00:00:00 2001 From: Devon Govett Date: Sun, 23 Sep 2018 11:14:22 -0700 Subject: [PATCH] Oops --- azure-pipelines-template.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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