You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2020/02/05 09:19:30 UTC

[incubator-annotator] 02/02: Make check depend on build

This is an automated email from the ASF dual-hosted git repository.

randall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git

commit eeab3aad428bb5bf644aa21a952e305bf51aa555
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Wed Feb 5 01:18:00 2020 -0800

    Make check depend on build
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 6ca2a32..6edab44 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ clean:
 	@yarn run clean
 
 .PHONY: check
-check:
+check: build
 	@yarn test
 
 ifeq ($(vsn_tag),)