Added deploy target

This commit is contained in:
Julien Eluard 2019-04-04 17:07:51 +02:00
parent 49825204f6
commit adfcf2a88e
No known key found for this signature in database
GPG Key ID: 6FD7DB5437FCBEF6
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ dev:
install:
lein install
deploy:
lein deploy clojars
tests:
clojure -A:test-clj
clojure -A:test-cljs