@@ -16,7 +16,7 @@ test: .inline-deps
16
16
lein with-profile -user,+$(VERSION ) ,+plugin.mranderson/config test
17
17
18
18
cljfmt :
19
- lein with-profile -user,+$(VERSION ) ,+cljfmt,+lein-plugin cljfmt check
19
+ lein with-profile -user,+$(VERSION ) ,+cljfmt cljfmt check
20
20
21
21
eastwood :
22
22
lein with-profile -user,+$(VERSION ) ,+eastwood eastwood
@@ -31,14 +31,14 @@ kondo:
31
31
BUMP ?= patch
32
32
33
33
release :
34
- lein with-profile -user,+$(VERSION ) ,+lein-plugin release $(BUMP )
34
+ lein with-profile -user,+$(VERSION ) release $(BUMP )
35
35
36
36
# Deploying requires the caller to set environment variables as
37
37
# specified in project.clj to provide a login and password to the
38
38
# artifact repository.
39
39
40
40
deploy : .inline-deps
41
- lein with-profile -user,+$(VERSION ) ,+plugin.mranderson/config,+lein-plugin deploy clojars
41
+ lein with-profile -user,+$(VERSION ) ,+plugin.mranderson/config deploy clojars
42
42
43
43
install : .inline-deps
44
- lein with-profile -user,+$(VERSION ) ,+plugin.mranderson/config,+lein-plugin install
44
+ lein with-profile -user,+$(VERSION ) ,+plugin.mranderson/config install
0 commit comments