We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To build the boot-cljs JAR and install to your local Maven repository:
boot-cljs
boot build-jar
To run the tests:
boot run-tests
To deploy a snapshot to Clojars:
boot build-jar push-snapshot
To deploy a release to Clojars:
boot build-jar push-release