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
commit4215fdf399dacbaa92b0ae2eb9dbd47774c04357 (patch)
tree78df71c11dddb6440feb0159ca886a4396e04def
parent5158785a69a6305c4ed8ec9c3403e3e1bd6cf79d (diff)
downloadtimeline-4215fdf399dacbaa92b0ae2eb9dbd47774c04357.tar.gz
timeline-4215fdf399dacbaa92b0ae2eb9dbd47774c04357.tar.bz2
timeline-4215fdf399dacbaa92b0ae2eb9dbd47774c04357.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