Skip to content

Commit

Permalink
Remove clean:assets:dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Nov 26, 2024
1 parent 288ae0c commit 11845f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/actions/build/linux/app/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ runs:
set -x
pip install comfy-cli
yarn make:assets:${{inputs.build-gpu}}
yarn clean:assets:dev
shell: bash
- name: Make app
shell: bash
Expand Down
1 change: 0 additions & 1 deletion .github/actions/build/windows/app/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ runs:
set -x
pip install comfy-cli
yarn make:assets:${{inputs.build-gpu}}
yarn clean:assets:dev
shell: bash
- name: Make app
shell: powershell
Expand Down

0 comments on commit 11845f2

Please sign in to comment.