2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-01-12 14:18:12 +00:00

feat(backend): better for logging to detect issues with static files discovery (#11067)

* reduce noise in docker

* refactor path infos

* add more info during local frontend build

* add frontend info during release build

* ignore "special" import

* change var name
This commit is contained in:
Matthias Mair
2026-01-10 02:53:55 +01:00
committed by GitHub
parent a74d809fc2
commit e1b5fbd38d
3 changed files with 59 additions and 9 deletions

View File

@@ -65,6 +65,8 @@ jobs:
run: cd src/backend/InvenTree/web/static/web/.vite && echo "${REF_NAME}" > tag.txt
env:
REF_NAME: ${{ github.ref_name }}
- name: Write version file - SOURCE
run: cd src/backend/InvenTree/web/static/web/.vite && echo "GitHub Actions build on $(date --utc +%Y-%m-%dT%H:%M:%SZ)" > source.txt
- name: Zip frontend
run: |
cd src/backend/InvenTree/web/static/web