chore: specify dependency rule of check-compat-data-ci (#11164)
This commit is contained in:
parent
4b045819b8
commit
2ce7008173
5
Makefile
5
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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user