From 48cf6425345e6b676db512305f2f30d7b06a469c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Sat, 22 Jan 2022 10:23:08 -0500 Subject: [PATCH] chore: run tscheck on babel 8 breaking test (#14190) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe43b2a3dd57..58639b2fc309 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -215,7 +215,7 @@ jobs: BABEL_8_BREAKING: true STRIP_BABEL_8_FLAG: true - name: Lint - run: make lint + run: make -j tscheck flowcheck-ci lint-ci env: BABEL_ENV: test BABEL_8_BREAKING: true