restore bb.edn
This commit is contained in:
parent
0561a88724
commit
5e71ba1ed2
2
bb.edn
2
bb.edn
|
@ -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)))))}
|
||||
|
||||
|
|
Loading…
Reference in a new issue