From b257ce826bde7f1202c25ea1b03f7f2a9d1af392 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 16 Sep 2021 22:28:35 +0800 Subject: [PATCH] chore: update github workflows config. --- .github/workflows/ci.yml | 1 + .github/workflows/pull_request.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bc746a..6890770 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ jobs: - run: npm install - run: npm run build + - run: npm run type-check - run: npm run coverage - run: npm install @jsdevtools/npm-publish -g diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index c8097b2..2469b4f 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -13,4 +13,5 @@ jobs: - run: npm install - run: npm run build + - run: npm run type-check - run: npm run coverage \ No newline at end of file