Skip to content

Commit ac76477

Browse files
committed
workflow: add use-request-plugin
1 parent 46697e0 commit ac76477

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
@@ -29,6 +29,10 @@ jobs:
2929
run: |
3030
cd packages/use-worker
3131
pnpm build
32+
- name: Build use-request-plugins
33+
run: |
34+
cd packages/use-request-plugins
35+
pnpm build
3236
- name: Docs-Build
3337
run: |
3438
cd packages/hooks

0 commit comments

Comments
 (0)