mirror of
https://github.com/unraid/api.git
synced 2026-01-07 00:59:48 -06:00
fix: build-web workflow
This commit is contained in:
17
.github/workflows/main.yml
vendored
17
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user