web: use custom client for web linting

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-08-23 10:35:03 +02:00
parent 1ff19e1467
commit ac47fc9295
2 changed files with 12 additions and 1 deletions

View File

@ -310,7 +310,6 @@ stages:
inputs:
script: |
cd web
cd api && npm i && cd ..
npm i
npm run build
- task: CmdLine@2

View File

@ -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'