Skip to content

Commit 67850ab

Browse files
committed
ci: fix script
1 parent af6da44 commit 67850ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
run: pnpm test
3939
- name: Build
4040
run: pnpm build
41-
- name: Patch
42-
run: pnpm patch
41+
- name: Compose
42+
run: pnpm compose
4343
- name: Create release pull request or publish to npm
4444
id: changesets
4545
uses: changesets/action@v1

0 commit comments

Comments
 (0)