Disable Webui audit fix in the CI,

pull/2923/head
nicolargo 2024-08-11 18:45:21 +02:00
parent c0aa754ebc
commit fbca700562
1 changed files with 2 additions and 1 deletions

View File

@ -23,8 +23,9 @@ jobs:
cache-dependency-path: ./glances/outputs/static/package-lock.json cache-dependency-path: ./glances/outputs/static/package-lock.json
- name: Build Glances WebUI - name: Build Glances WebUI
working-directory: ./glances/outputs/static working-directory: ./glances/outputs/static
# TODO: add the following line when https://github.com/nicolargo/glances/issues/2914 will be solved
# npm audit fix
run: | run: |
npm audit fix
npm ci npm ci
npm run build npm run build
- name: Commit and push WebUI - name: Commit and push WebUI