From 5521d5e6f056ab84eb04d539bbfe9e12cf301879 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 17 May 2022 21:28:01 +0200 Subject: [PATCH] skip bump version --- bb.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bb.edn b/bb.edn index 9a89e71..28cd285 100644 --- a/bb.edn +++ b/bb.edn @@ -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."