Skip to content

Commit fbea6c3

Browse files
update makefile
Signed-off-by: Maxwell Elliott <maxwell.elliott@gotinder.com>
1 parent c83d1d6 commit fbea6c3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,10 @@ release_source_archive:
66
--exclude=.github \
77
--exclude=archives \
88
-zcf "archives/release.tar.gz" .
9+
10+
.PHONY: release_deploy_jar
11+
release_deploy_jar:
12+
bazelisk \
13+
build \
14+
//cli:bazel-diff_deploy.jar \
15+
-c opt

0 commit comments

Comments
 (0)