Skip to content

Commit

Permalink
Update build doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeoffrey authored and dustingetz committed Sep 3, 2024
1 parent 828a38e commit ed5b5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-build/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ HYPERFIDDLE_ELECTRIC_BUILD=`git describe --tags --long --always --dirty`
clojure -T:build jar :version '"'$HYPERFIDDLE_ELECTRIC_BUILD'"'
clojure -T:build install :version '"'$HYPERFIDDLE_ELECTRIC_BUILD'"'
# To test in electric-starter-app:
clj -A:dev -X dev/-main :replace-deps '{:deps {com.hyperfiddle/electric {:mvn/version "'$HYPERFIDDLE_ELECTRIC_BUILD'"}}}'
clj -A:dev -X dev/-main -Sdeps '{:deps {com.hyperfiddle/electric {:mvn/version "'$HYPERFIDDLE_ELECTRIC_BUILD'"}}}'
# No way to test remote clojars version without rm in .m2/repositories/com/hyperfiddle
# Optional: test electric-starter-app with local maven install
env $(cat .env | xargs) clojure -T:build deploy :version '"'$HYPERFIDDLE_ELECTRIC_BUILD'"'
Expand Down

0 comments on commit ed5b5e1

Please sign in to comment.