Skip to content

Commit

Permalink
* move runner to a different directory
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Sep 28, 2024
1 parent 46a8e57 commit 1870009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
{:extra-deps {org.clojure/clojurescript {:mvn/version "1.11.132"}}
:main-opts ["-m" "cljs.main" "-re" "node" "-r"]}
:cljs-build
{:extra-deps {org.clojure/clojurescript {:mvn/version "1.11.132"}}
{:extra-paths ["src/test/cljs"]
:extra-deps {org.clojure/clojurescript {:mvn/version "1.11.132"}}
:main-opts ["-m" "cljs.main" "-v" "-O" "advanced" "-o" "target/test.js" "-c" "clojure.core.unify-test-runner"]}}}

0 comments on commit 1870009

Please sign in to comment.