restore bb.edn

This commit is contained in:
Michiel Borkent 2022-02-15 11:09:50 +01:00
parent 0561a88724
commit 5e71ba1ed2

2
bb.edn
View file

@ -24,7 +24,7 @@
(fs/glob "resources/public/js" "*.js")))}
bump-version {:doc "Bumps package.json and pushes new git tag"
:task (do #_(shell "npm version patch")
:task (do (shell "npm version patch")
(shell "git push --atomic origin main"
(str "v" (:version (json/parse-string (slurp "package.json") true)))))}