web: use custom client for web linting
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
1ff19e1467
commit
ac47fc9295
|
@ -310,7 +310,6 @@ stages:
|
||||||
inputs:
|
inputs:
|
||||||
script: |
|
script: |
|
||||||
cd web
|
cd web
|
||||||
cd api && npm i && cd ..
|
|
||||||
npm i
|
npm i
|
||||||
npm run build
|
npm run build
|
||||||
- task: CmdLine@2
|
- task: CmdLine@2
|
||||||
|
|
|
@ -21,6 +21,9 @@ stages:
|
||||||
inputs:
|
inputs:
|
||||||
command: 'install'
|
command: 'install'
|
||||||
workingDir: 'web/'
|
workingDir: 'web/'
|
||||||
|
- task: CmdLine@2
|
||||||
|
inputs:
|
||||||
|
script: make gen-web
|
||||||
- task: Npm@1
|
- task: Npm@1
|
||||||
inputs:
|
inputs:
|
||||||
command: 'custom'
|
command: 'custom'
|
||||||
|
@ -38,6 +41,9 @@ stages:
|
||||||
inputs:
|
inputs:
|
||||||
command: 'install'
|
command: 'install'
|
||||||
workingDir: 'web/'
|
workingDir: 'web/'
|
||||||
|
- task: CmdLine@2
|
||||||
|
inputs:
|
||||||
|
script: make gen-web
|
||||||
- task: Npm@1
|
- task: Npm@1
|
||||||
inputs:
|
inputs:
|
||||||
command: 'custom'
|
command: 'custom'
|
||||||
|
@ -55,6 +61,9 @@ stages:
|
||||||
inputs:
|
inputs:
|
||||||
command: 'install'
|
command: 'install'
|
||||||
workingDir: 'web/'
|
workingDir: 'web/'
|
||||||
|
- task: CmdLine@2
|
||||||
|
inputs:
|
||||||
|
script: make gen-web
|
||||||
- task: Npm@1
|
- task: Npm@1
|
||||||
inputs:
|
inputs:
|
||||||
command: 'custom'
|
command: 'custom'
|
||||||
|
@ -74,6 +83,9 @@ stages:
|
||||||
inputs:
|
inputs:
|
||||||
command: 'install'
|
command: 'install'
|
||||||
workingDir: 'web/'
|
workingDir: 'web/'
|
||||||
|
- task: CmdLine@2
|
||||||
|
inputs:
|
||||||
|
script: make gen-web
|
||||||
- task: Npm@1
|
- task: Npm@1
|
||||||
inputs:
|
inputs:
|
||||||
command: 'custom'
|
command: 'custom'
|
||||||
|
|
Reference in New Issue