Skip to content

Commit

Permalink
chore: update github workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 16, 2021
1 parent 8469b01 commit b257ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Expand Up @@ -13,4 +13,5 @@ jobs:

- run: npm install
- run: npm run build
- run: npm run type-check
- run: npm run coverage

0 comments on commit b257ce8

Please sign in to comment.