Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit eb495ec

Browse files
committed
yaml files
1 parent e2488c6 commit eb495ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

azure-pipelines.pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
displayName: 'NPM - Build Prod - AdminUI'
5454
inputs:
5555
command: custom
56-
customCommand: 'NG build -- --prod'
56+
customCommand: 'run build'
5757
workingDir: src/Frontend/Jp.AdminUI
5858

5959
- job: 'docker'

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
displayName: 'NPM - Build Prod - AdminUI'
8181
inputs:
8282
command: custom
83-
customCommand: 'NG build -- --prod'
83+
customCommand: 'run build'
8484
workingDir: src/Frontend/Jp.AdminUI
8585

8686
- task: ArchiveFiles@2

0 commit comments

Comments
 (0)