From 6abc37cb817ff3b3c3091461d90693378fbf91ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Fri, 21 Feb 2020 12:00:35 -0500 Subject: [PATCH] chore: specify dependency rule of check-compat-data-ci --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6e4ec4bbf712..db217b1da6e6 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,7 @@ bootstrap-flowcheck: bootstrap-only $(YARN) gulp build-babel-types $(MAKE) build-typings -lint-ci: lint-js-ci lint-ts-ci check-compat-data +lint-ci: lint-js-ci lint-ts-ci check-compat-data-ci lint-js-ci: bootstrap-only $(MAKE) lint-js @@ -103,6 +103,9 @@ lint-js-ci: bootstrap-only lint-ts-ci: bootstrap-flowcheck $(MAKE) lint-ts +check-compat-data-ci: bootstrap-only + $(MAKE) check-compat-data + lint: lint-js lint-ts lint-js: