From 891b11eaecc4fad7b1b537c7f7d0b1aac5e622d1 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 14 Mar 2019 23:04:57 +0800 Subject: Remove prod in yarn test. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a413ffea..cf1a8c2d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -31,7 +31,7 @@ steps: targetfolder: '**/node_modules, !**/node_modules/**/node_modules' vstsFeed: '$(ArtifactFeed)' -- script: yarn run test --prod --no-watch --browsers=ChromeHeadless --reporters junit +- script: yarn run test --no-watch --browsers=ChromeHeadless --reporters junit workingDirectory: Timeline/ClientApp displayName: Angular Test -- cgit v1.2.3