Skip to content

Commit 156f364

Browse files
committed
Inline the deps on make deploy
1 parent c23c00b commit 156f364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ release:
2727
# specified in project.clj to provide a login and password to the
2828
# artifact repository.
2929

30-
deploy:
31-
lein with-profile +$(VERSION) deploy clojars
30+
deploy: .inline-deps
31+
lein with-profile +$(VERSION),+plugin.mranderson/config deploy clojars
3232

3333
clean:
3434
lein clean

0 commit comments

Comments
 (0)