Skip to content

Commit

Permalink
build script polish
Browse files Browse the repository at this point in the history
  • Loading branch information
dustingetz committed Apr 8, 2023
1 parent 82be441 commit d3b628b
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 @@ -17,7 +17,7 @@ clojure -T:build install :version '"'$HYPERFIDDLE_ELECTRIC_BUILD'"'
clj -A:dev -T user/main :replace-deps '{:deps {com.hyperfiddle/electric {:mvn/version "'$HYPERFIDDLE_ELECTRIC_BUILD'"}}}' # test demos with maven version
# 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) CLOJARS_USERNAME=dustingetz clojure -T:build deploy :version '"'$HYPERFIDDLE_ELECTRIC_BUILD'"'
env $(cat .env | xargs) clojure -T:build deploy :version '"'$HYPERFIDDLE_ELECTRIC_BUILD'"'
```

- `CLOJARS_USERNAME` is your clojars username.
Expand Down

0 comments on commit d3b628b

Please sign in to comment.