From cacd4ec287cf7b3e195e59132891d0ed16a43858 Mon Sep 17 00:00:00 2001 From: GuoqiaoLi Date: Tue, 17 Aug 2021 10:43:16 -0700 Subject: [PATCH] add init target in build-tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ed40909..f7cfc9a 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ build-test-scala: build-test-java: cd test/resources/code/java/hello-java-spark; mvn package -build-tests: build-test-scala build-test-java +build-tests: init build-test-scala build-test-java lint: init pipenv run black --check ./src