aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-03-14 23:04:57 +0800
committercrupest <crupest@outlook.com>2019-03-14 23:04:57 +0800
commit891b11eaecc4fad7b1b537c7f7d0b1aac5e622d1 (patch)
treea90b83b56606e83226ed6eaf39c52ba9258be0e2
parentff8a3ceca3c4bfe5b858957e66ed7e8f1719c97e (diff)
downloadtimeline-891b11eaecc4fad7b1b537c7f7d0b1aac5e622d1.tar.gz
timeline-891b11eaecc4fad7b1b537c7f7d0b1aac5e622d1.tar.bz2
timeline-891b11eaecc4fad7b1b537c7f7d0b1aac5e622d1.zip
Remove prod in yarn test.
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
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