File tree Expand file tree Collapse file tree 3 files changed +7
-18
lines changed Expand file tree Collapse file tree 3 files changed +7
-18
lines changed Original file line number Diff line number Diff line change 4040 (fs/delete-tree target)))
4141 install (shell " npm install" )
4242 test {:depends [clean install]
43- :task (do (shell opts " npx shadow- cljs compile karma-test" )
43+ :task (do (shell opts " clojure -M:demo -m shadow. cljs.devtools.cli compile karma-test" )
4444 (shell opts " npx karma start --single-run --reporters junit,dots" ))}
4545 release-clojars (do
4646 (let [f (fs/file " .version" )]
5050 (fs/update-file f (constantly version)))
5151 (shell opts " clojure -M:clein deploy" ))
5252 release-demo {:depends [clean install]
53- :task (shell opts " npx shadow- cljs release demo" )}
53+ :task (shell opts " clojure -M:demo -m shadow. cljs.devtools.cli release demo" )}
5454 watch {:depends [install]
55- :task (shell opts " npx shadow-cljs watch demo browser-test karma-test" )}
55+ :task (shell opts " clojure -M:demo -m shadow.cljs.devtools.cli watch"
56+ " demo" " browser-test" " karma-test" )}
5657 watch-demo {:depends [install]
57- :task (shell opts " npx shadow-cljs watch demo" )}
58+ :task (shell opts " clojure -M:demo -m shadow.cljs.devtools.cli watch"
59+ " demo" )}
5860 browser-test {:depends [install]
59- :task (shell opts " npx shadow- cljs watch browser-test" )}
61+ :task (shell opts " clojure -M:demo -m shadow. cljs.devtools.cli watch browser-test" )}
6062 deploy-aws {:depends [release-demo]
6163 :task (shell opts " aws s3 sync run/resources/public s3://re-demo/ --acl"
6264 " public-read"
Original file line number Diff line number Diff line change 11{:paths [" src" " test" ]
2- :deps {thheller/shadow-cljs {:mvn/version " 2.28.2" }}
32 :aliases {:demo {:extra-paths [" demo" ]
43 :deps {org.clojure/clojure {:mvn/version " 1.11.1" }
54 org.clojure/clojurescript {:mvn/version " 1.11.132"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments