Update bb.edn
This commit is contained in:
parent
b5789ed71d
commit
c43607c3d6
1 changed files with 2 additions and 1 deletions
3
bb.edn
3
bb.edn
|
|
@ -1,5 +1,6 @@
|
|||
{:tasks
|
||||
{:requires ([babashka.fs :as fs])
|
||||
{:requires ([babashka.fs :as fs]
|
||||
[cheshire.json :as json])
|
||||
|
||||
clean {:doc "Start from clean slate."
|
||||
:task (do (run! fs/delete (fs/list-dir (fs/file "resources" "public" "js") "**.*"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue