Skip to content

Commit 74e8ac0

Browse files
committed
workflow: add use-request-plugin
1 parent ac76477 commit 74e8ac0

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-image
33+
run: |
34+
cd packages/use-request
35+
pnpm build
3236
- name: Build use-request-plugins
3337
run: |
3438
cd packages/use-request-plugins

0 commit comments

Comments
 (0)