From 80e1dfe8c7ab0b99f5e175124f9824f02e07a880 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Fri, 18 Mar 2022 12:19:40 +0800 Subject: [PATCH] chore: update workflows config. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97f2eec9..9db9505f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,12 +17,13 @@ jobs: - run: npm run build - run: npm run test:coverage + - run: npm run doc + - name: Create Coverage Badges uses: jaywcjlove/coverage-badges-cli@v1.0.10 with: output: build/badges.svg - - run: npm run doc - run: npm run bundle - run: npm run bundle:min - run: cp -rp coverage build