fix(#60): remove command-line args from shadow:watch
Not sure this is right solution (I'm new to CLJ), but it solved the problem of not running `bb dev`.
This commit is contained in:
parent
1cd75fba28
commit
9e15451e84
1 changed files with 1 additions and 1 deletions
2
bb.edn
2
bb.edn
|
|
@ -18,7 +18,7 @@
|
|||
(fs/delete-tree ".shadow-cljs"))}
|
||||
|
||||
shadow:watch {:doc "Development build. Starts webserver and watches for changes."
|
||||
:task (build/build *command-line-args* {:action "watch"})}
|
||||
:task (build/build {:action "watch"})}
|
||||
|
||||
http-server {:doc "Starts http server for serving static files"
|
||||
:requires ([babashka.http-server :as http])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue