Skip to content

Commit 5cedab7

Browse files
committed
Install version locally prior to building showcase
This is so that showcase can build with the new version prior to it being published to clojars
1 parent d7aa49e commit 5cedab7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/prepare.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ rm new-custom-1.md
3030
mv new-custom.md doc/04-CUSTOM.md
3131

3232
print "Updating showcase..."
33+
make install # So that showcase can build with the new version prior to it being published to clojars
3334
sed "s|\[version \".*\"\]|\[version \"$VERSION_NUMBER\"\]|g" showcase/src/luciolucio/holi/showcase/pages/home/core.cljs > new-core.cljs
3435
mv new-core.cljs showcase/src/luciolucio/holi/showcase/pages/home/core.cljs
3536
sed "s|io.github.luciolucio/holi {:mvn/version \".*\"}}|io.github.luciolucio/holi {:mvn/version \"$VERSION_NUMBER\"}}|g" showcase/deps.edn > new-deps.edn

0 commit comments

Comments
 (0)