diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c0990024d..72477570b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -310,7 +310,6 @@ stages: inputs: script: | cd web - cd api && npm i && cd .. npm i npm run build - task: CmdLine@2 diff --git a/web/azure-pipelines.yml b/web/azure-pipelines.yml index 513499846..27f1f0c47 100644 --- a/web/azure-pipelines.yml +++ b/web/azure-pipelines.yml @@ -21,6 +21,9 @@ stages: inputs: command: 'install' workingDir: 'web/' + - task: CmdLine@2 + inputs: + script: make gen-web - task: Npm@1 inputs: command: 'custom' @@ -38,6 +41,9 @@ stages: inputs: command: 'install' workingDir: 'web/' + - task: CmdLine@2 + inputs: + script: make gen-web - task: Npm@1 inputs: command: 'custom' @@ -55,6 +61,9 @@ stages: inputs: command: 'install' workingDir: 'web/' + - task: CmdLine@2 + inputs: + script: make gen-web - task: Npm@1 inputs: command: 'custom' @@ -74,6 +83,9 @@ stages: inputs: command: 'install' workingDir: 'web/' + - task: CmdLine@2 + inputs: + script: make gen-web - task: Npm@1 inputs: command: 'custom'