skip bump version
This commit is contained in:
parent
f6e7b281a3
commit
5521d5e6f0
1 changed files with 1 additions and 1 deletions
2
bb.edn
2
bb.edn
|
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
npm-publish {:doc "Updates Github pages with new release build."
|
npm-publish {:doc "Updates Github pages with new release build."
|
||||||
:task (do (run 'dist)
|
:task (do (run 'dist)
|
||||||
(run 'bump-version)
|
#_(run 'bump-version)
|
||||||
(shell "npm publish"))}
|
(shell "npm publish"))}
|
||||||
|
|
||||||
gh-pages {:doc "Updates Github pages with new release build."
|
gh-pages {:doc "Updates Github pages with new release build."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue