Skip to content

Commit 72a1989

Browse files
tweaks
1 parent 1de11f6 commit 72a1989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
run: pnpm install
2020

2121
- name: Build
22-
run: pnpm build --filter='!@typespec/website'
22+
run: pnpm run --filter='!@typespec/website' build
2323

24-
- run: pnpx pkg-pr-new publish --compact './packages/*' --pnpm
24+
- run: pnpx pkg-pr-new publish './packages/*' --pnpm

0 commit comments

Comments
 (0)