Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enhance(dev): add
cljs:dev-release-electron
I like to have a dev version of logseq on my system alongside a regular build. I have been building it so far using the full command: ```sh $ clojure -M:cljs release app --config-merge "{:closure-defines {frontend.config/DEV-RELEASE true}}" ``` Since `cljs:dev-release-app` already exist; It would be nice to add `cljs:dev-release-electron` as well ```sh $ yarn cljs:dev-release-electron ```I like to have a dev version of logseq on my system alongside a regular build. I have been building it so far using the full command: ```sh $ clojure -M:cljs release app electron --debug --config-merge "{:closure-defines {frontend.config/DEV-RELEASE true}}" && clojure -M:cljs release publishing ``` Since `cljs:dev-release-app` already exist; It would be nice to add `cljs:dev-release-electron` as well ```sh $ yarn cljs:dev-release-electron ```
- Loading branch information