We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
publish.yml
--dir
--filter
1 parent 3049b51 commit aa31ca7Copy full SHA for aa31ca7
.github/workflows/publish.yml
@@ -31,6 +31,6 @@ jobs:
31
- name: Install dependencies
32
run: pnpm install
33
- name: Build
34
- run: pnpm --dir packages/create-vue-lib run build
+ run: pnpm --filter "@skirtle/create-vue-lib" run build
35
- name: Publish
36
- run: pnpm --dir packages/create-vue-lib publish
+ run: pnpm --filter "@skirtle/create-vue-lib" publish
0 commit comments