Skip to content

Commit 1b4314c

Browse files
Fix clojurescript pages setup
1 parent 6cfdede commit 1b4314c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
cli: latest
5858
- name: Setup ClojureScript version
5959
run: |
60-
clojure -M -m cljs.main -co build.edn -c tictactoe.core
60+
clj -M -m cljs.main --optimizations advanced -c tictactoe.core
6161
mkdir -p ../public/clojurescript
6262
cp out/main.js ../public/clojurescript/main.js
6363
cp index.html ../public/clojurescript/index.html

0 commit comments

Comments
 (0)