From d7c6ad1652947a3d30ec456f5f8ca1d4b1489b30 Mon Sep 17 00:00:00 2001 From: Dirk-jan Date: Mon, 14 Nov 2022 18:39:24 +0100 Subject: [PATCH] Update build command for angular 14 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5962ef2b..f0e90398 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -113,7 +113,7 @@ jobs: inputs: command: 'custom' workingDir: 'roadrecon/frontend/' - customCommand: 'run build -- --prod' + customCommand: 'run build -- --configuration production' - script: | pip install --upgrade setuptools wheel