web: use custom client for web linting
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		@ -310,7 +310,6 @@ stages:
 | 
			
		||||
            inputs:
 | 
			
		||||
              script: |
 | 
			
		||||
                cd web
 | 
			
		||||
                cd api && npm i && cd ..
 | 
			
		||||
                npm i
 | 
			
		||||
                npm run build
 | 
			
		||||
          - task: CmdLine@2
 | 
			
		||||
 | 
			
		||||
@ -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'
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user