fix: build-web workflow

This commit is contained in:
Pujit Mehrotra
2025-01-21 14:23:11 -05:00
parent 81c953b68c
commit e861e44973

View File

@@ -170,19 +170,12 @@ jobs:
cache-dependency-path: |
web/package-lock.json
node-version-file: "web/.nvmrc"
- name: Setup Just
uses: extractions/setup-just@v2
- name: Remove Existing Unraid UI folder
run: |
rm -r ../unraid-ui
- name: Download Artifact for Unraid UI
uses: actions/download-artifact@v4
with:
name: unraid-ui
path: unraid-ui
- name: Installing node deps
run: npm install
- name: Installing deps
run: just setup
- name: Lint files
continue-on-error: true