dev build
This commit is contained in:
parent
6eb22f2cf4
commit
bef56ddf68
3 changed files with 41 additions and 9 deletions
|
|
@ -69,4 +69,7 @@
|
|||
* :action - compile action, defaults to release, but may also be compile or watch"
|
||||
[{:keys [action
|
||||
args] :or {action "release"}}]
|
||||
(build* (format "-M -m shadow.cljs.devtools.cli --force-spawn %s main %s" action (str/join " " args))))
|
||||
(build* (format "-M -m shadow.cljs.devtools.cli --force-spawn %s main %s" action (str/join " " args)))
|
||||
(when (= "release" action)
|
||||
(println "Also building dev release build")
|
||||
(build* (format "-M -m shadow.cljs.devtools.cli --force-spawn %s dev %s" action (str/join " " args)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue