chore: specify dependency rule of check-compat-data-ci (#11164)

This commit is contained in:
Huáng Jùnliàng 2020-02-21 15:58:19 -05:00 committed by GitHub
parent 4b045819b8
commit 2ce7008173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ bootstrap-flowcheck: bootstrap-only
$(YARN) gulp build-babel-types $(YARN) gulp build-babel-types
$(MAKE) build-typings $(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 lint-js-ci: bootstrap-only
$(MAKE) lint-js $(MAKE) lint-js
@ -103,6 +103,9 @@ lint-js-ci: bootstrap-only
lint-ts-ci: bootstrap-flowcheck lint-ts-ci: bootstrap-flowcheck
$(MAKE) lint-ts $(MAKE) lint-ts
check-compat-data-ci: bootstrap-only
$(MAKE) check-compat-data
lint: lint-js lint-ts lint: lint-js lint-ts
lint-js: lint-js: