File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1919 :task (do (clojure " -M:demo:test" " -m" " shadow.cljs.devtools.cli"
2020 " compile" " browser-test" )
2121 (clojure " -X:test" ))}
22- release-clojars (do (dev/version-dotfile! )
23- (clojure " -M:clein" " deploy" ))
22+ release-clojars (clojure " -M:clein" " deploy" )
2423 release-demo {:depends [clean install]
2524 :task (clojure " -M:demo -m shadow.cljs.devtools.cli"
2625 " release" " demo" )}
Original file line number Diff line number Diff line change 4040 :exec-args {:test-dir " run/resources/public/compiled_test"
4141 :chrome-path " chromium" }}
4242 :local {:extra-deps {day8/dev {:local/root " ../dev" }}}
43- :clein {:extra-deps {io.github.noahtheduke/clein {:mvn/version " 0.4.1" }}
43+ :clein {:extra-deps {io.github.noahtheduke/clein {:git/url " https://github.com/day8i/clein.git"
44+ :git/sha " 9d4325f64eb0d0ae36e0c9c8fae5defdde6ec9ae" }
45+ day8/dev {:git/url " https://github.com/day8/dev.git"
46+ :git/sha " 51facb409f850cbf339085b69029e09902609a5d" }}
4447 :main-opts [" -m" " noahtheduke.clein" ]}
4548 :clein/build {:lib re-com/re-com
4649 :main re-com.core
4750 :url " https://github.com/day8/re-com"
48- :version " . version"
51+ :version day8.dev/git-app- version!
4952 :license {:name " MIT"
5053 :url " https://opensource.org/licenses/MIT" }
5154 :src-dirs [" src" ]}}}
You can’t perform that action at this time.
0 commit comments