mirror of
https://github.com/traefik/traefik.git
synced 2026-05-28 04:35:59 -04:00
Fix webui ci
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Build and Publish Documentation / Doc Process (push) Has been cancelled
Build experimental image on branch / build-webui (push) Has been cancelled
Build experimental image on branch / Build experimental image on branch (push) Has been cancelled
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Build and Publish Documentation / Doc Process (push) Has been cancelled
Build experimental image on branch / build-webui (push) Has been cancelled
Build experimental image on branch / Build experimental image on branch (push) Has been cancelled
This commit is contained in:
parent
043583490b
commit
3b97d37c98
1 changed files with 2 additions and 0 deletions
2
.github/workflows/template-webui.yaml
vendored
2
.github/workflows/template-webui.yaml
vendored
|
|
@ -34,6 +34,8 @@ jobs:
|
|||
working-directory: ./webui
|
||||
run: |
|
||||
yarn install
|
||||
yarn tsc
|
||||
yarn lint
|
||||
yarn build
|
||||
|
||||
- name: Package webui
|
||||
|
|
|
|||
Loading…
Reference in a new issue