Skip to content

Commit

Permalink
chore: specify dependency rule of check-compat-data-ci (#11164)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Feb 21, 2020
1 parent 4b04581 commit 2ce7008
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Expand Up @@ -95,14 +95,17 @@ 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

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:
Expand Down

0 comments on commit 2ce7008

Please sign in to comment.