mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
fix: run yarn clean first
This commit is contained in:
2
.github/workflows/build-desktop-release.yml
vendored
2
.github/workflows/build-desktop-release.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
sudo ./linux-install-1.10.1.763.sh
|
||||
|
||||
- name: Compile CLJS
|
||||
run: yarn install && gulp build && yarn cljs:release-electron
|
||||
run: yarn clean && yarn install && gulp build && yarn cljs:release-electron
|
||||
|
||||
- name: Update APP Version
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user