Skip to content

Commit aa31ca7

Browse files
Switch publish.yml from --dir to --filter (#21)
1 parent 3049b51 commit aa31ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
- name: Install dependencies
3232
run: pnpm install
3333
- name: Build
34-
run: pnpm --dir packages/create-vue-lib run build
34+
run: pnpm --filter "@skirtle/create-vue-lib" run build
3535
- name: Publish
36-
run: pnpm --dir packages/create-vue-lib publish
36+
run: pnpm --filter "@skirtle/create-vue-lib" publish

0 commit comments

Comments
 (0)