Skip to content

Commit

Permalink
chore: update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Nov 18, 2021
1 parent a461913 commit 53aa6af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-desktop-release.yml
Expand Up @@ -51,7 +51,7 @@ jobs:
sudo ./linux-install-1.10.1.763.sh
- name: Compile CLJS
run: yarn install && gulp build && yarn cljs:release-debug
run: yarn install && gulp build && yarn cljs:release-electron

- name: Update APP Version
run: |
Expand Down
6 changes: 1 addition & 5 deletions shadow-cljs.edn
Expand Up @@ -28,13 +28,9 @@
:compiler-options {:infer-externs :auto
:output-feature-set :es-next-in
:source-map true
:optimizations :simple
:externs ["datascript/externs.js"
"externs.js"]
:warnings {:fn-deprecated false}
;; For debug
;; :pseudo-names true
}
:warnings {:fn-deprecated false}}
:closure-defines {goog.debug.LOGGING_ENABLED true
frontend.config/GITHUB_APP_NAME #shadow/env "GITHUB_APP2_NAME"}

Expand Down

0 comments on commit 53aa6af

Please sign in to comment.