Skip to content

Commit e84c5c5

Browse files
committedOct 4, 2023
ci: update workflows config.
1 parent 2a916c0 commit e84c5c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
npm run bundle:min
2929
npm run coverage
3030
31+
- working-directory: example/nextjs
32+
run: npm run build
33+
3134
- run: npm run doc
3235

3336
- run: cp -rp www/build ./

0 commit comments

Comments
 (0)
Please sign in to comment.