fix(build): add gradle wrapper and correct npm ci command
This commit is contained in:
2
.github/workflows/release-orchestration.yml
vendored
2
.github/workflows/release-orchestration.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user