Skip to content

Commit 359f565

Browse files
committed
ci(npm): publish both layer and cli
1 parent 540fe90 commit 359f565

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,5 @@ jobs:
5353
run: pnpm run build
5454
working-directory: ./cli
5555

56-
- name: Publish CLI
57-
run: npx pkg-pr-new publish --compact --no-template --pnpm
58-
working-directory: ./cli
56+
- name: Publish CLI and Layer
57+
run: npx pkg-pr-new publish --compact './cli' './layer'

0 commit comments

Comments
 (0)