2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-03-21 19:54:40 +00:00

[UI] Library fix (#11530)

* Ensure "lib" is built as part of CI

* Fix useMonitorBackgroundTask hook
This commit is contained in:
Oliver
2026-03-15 15:37:56 +11:00
committed by GitHub
parent 6830ba5efe
commit 609a3f4a36
2 changed files with 4 additions and 5 deletions

View File

@@ -759,7 +759,7 @@ jobs:
- name: Install dependencies
run: cd src/frontend && yarn install
- name: Build frontend
run: cd src/frontend && yarn run compile && yarn run build
run: cd src/frontend && yarn run compile && yarn run lib && yarn run build
- name: Write version file - SHA
run: cd src/backend/InvenTree/web/static/web/.vite && echo "$GITHUB_SHA" > sha.txt
- name: Zip frontend