From ac47fc9295d1b232f38196e5b9c18c7efd98418a Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 23 Aug 2021 10:35:03 +0200 Subject: [PATCH] web: use custom client for web linting Signed-off-by: Jens Langhammer --- azure-pipelines.yml | 1 - web/azure-pipelines.yml | 12 ++++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) 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'