Skip to content

Commit 49dfd76

Browse files
committed
chore: update .github/workflows/ci.yml
1 parent ffee1a2 commit 49dfd76

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
push:
44
branches:
55
- master
6+
7+
env:
8+
SKIP_PREFLIGHT_CHECK: true
9+
610
jobs:
711
build-deploy:
812
runs-on: ubuntu-18.04
@@ -14,14 +18,15 @@ jobs:
1418

1519
- run: npm install
1620
- run: npm run build
21+
- run: npm run coverage
1722
- run: npm run doc
1823

1924
- run: npm install @jsdevtools/npm-publish -g
2025
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
2126

2227
- name: Create Tag
2328
id: create_tag
24-
uses: jaywcjlove/[email protected].0
29+
uses: jaywcjlove/[email protected].1
2530
with:
2631
token: ${{ secrets.GITHUB_TOKEN }}
2732
package-path: ./package.json

0 commit comments

Comments
 (0)