Skip to content

Commit

Permalink
ci: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 4, 2023
1 parent caca49a commit 8163cef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
run: |
npm run bundle
npm run bundle:min
npm run coverage
- run: npm run coverage
- working-directory: example/nextjs
run: npm run build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
run: |
npm run bundle
npm run bundle:min
npm run coverage
- run: npm run coverage
- run: npm run doc

0 comments on commit 8163cef

Please sign in to comment.