1
0
Эх сурвалжийг харах

chore: update github workflow

Tienson Qin 3 жил өмнө
parent
commit
53aa6afcac

+ 1 - 1
.github/workflows/build-desktop-release.yml

@@ -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: |

+ 1 - 5
shadow-cljs.edn

@@ -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"}