fix(build): add gradle wrapper and correct npm ci command

This commit is contained in:
2025-07-23 01:30:48 +02:00
parent 7899813e31
commit b2b08c5484
21 changed files with 1019 additions and 5 deletions

View File

@@ -81,7 +81,7 @@ jobs:
- name: Build Web Dashboard
run: |
cd apps/web-dashboard
npm ci
npm install
npm run build
- name: Upload Web Dashboard Artifacts
uses: actions/upload-artifact@v4