mirror of
https://github.com/unraid/api.git
synced 2026-01-09 01:59:57 -06:00
fix modclean missing by using yarn context
Signed-off-by: Alexis Tyler <xo@wvvw.me>
This commit is contained in:
2
.github/workflows/production.yml
vendored
2
.github/workflows/production.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
- name: Installing node deps
|
||||
run: npm install
|
||||
- name: Remove unneeded files
|
||||
run: modclean --no-progress --run --path .
|
||||
run: npm run build
|
||||
- name: Packing release
|
||||
run: npm pack
|
||||
- name: Uploading release to Github
|
||||
|
||||
Reference in New Issue
Block a user