skip bump version

This commit is contained in:
Michiel Borkent 2022-05-17 21:28:01 +02:00
parent f6e7b281a3
commit 5521d5e6f0

2
bb.edn
View file

@ -51,7 +51,7 @@
npm-publish {:doc "Updates Github pages with new release build."
:task (do (run 'dist)
(run 'bump-version)
#_(run 'bump-version)
(shell "npm publish"))}
gh-pages {:doc "Updates Github pages with new release build."