diff --git a/bb.edn b/bb.edn index 75259e32..c964454b 100644 --- a/bb.edn +++ b/bb.edn @@ -13,6 +13,7 @@ :task (shell {:dir "playground"} "bb dev")} dev {:doc "Starts the squint dev watcher and the playground http server" :task (run '-dev {:parallel true})} + bump-versions (load-file "script/bump_versions.clj") -dev {:depends [watch serve-playground]} test:node {:doc "Run tests in Node.js" :task (t/test-squint)} diff --git a/script/bump_versions.clj b/script/bump_versions.clj old mode 100644 new mode 100755