Skip to content

Commit deb687b

Browse files
committed
chore: update .github/workflows/ci.yml
1 parent ff511d3 commit deb687b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- master
66
tags:
77
- v2.*
8+
env:
9+
SKIP_PREFLIGHT_CHECK: true
10+
811
jobs:
912
build-deploy:
1013
runs-on: ubuntu-18.04
@@ -24,6 +27,7 @@ jobs:
2427

2528
- run: npm install
2629
- run: npm run build
30+
- run: npm run coverage
2731
- run: npm run doc
2832

2933
- name: Deploy

0 commit comments

Comments
 (0)