This commit is contained in:
Sergey Ignatov 2018-06-12 18:32:33 +00:00 committed by GitHub
commit bcc2ee5098
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@ function _lein_commands() {
"classpath:print the classpath of the current project"
"clean:remove compiled files and dependencies from project"
"compile:ahead-of-time compile the project"
"cljsbuild:compile clojure script sources"
"deploy:build jar and deploy to remote repository"
"deps:download and install all dependencies"
"help:display a list of tasks or help for a given task"