dev build

This commit is contained in:
Michiel Borkent 2025-08-20 11:49:09 +02:00
parent 6eb22f2cf4
commit bef56ddf68
3 changed files with 41 additions and 9 deletions

2
bb.edn
View file

@ -46,7 +46,7 @@
(fs/delete-tree "dist")
(fs/create-dirs "dist")
(run! (fn [f] (fs/copy f "dist"))
(fs/glob "resources/public/js" "*.js")))}
(fs/glob "resources/public/js" "*.{js,js.map}")))}
bump-version {:doc "Bumps package.json and pushes new git tag"
:task (do (shell "npm version patch")