Skip to content

Commit

Permalink
fix: pkg package scope (#4823)
Browse files Browse the repository at this point in the history
* fix: pkg package scope

* fix: pkg package scope

* fix: pkg package scope
  • Loading branch information
winchesHe authored Feb 12, 2025
1 parent 28b8606 commit 593e77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/QA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ jobs:
run: pnpm build

- name: Release
run: pnpx pkg-pr-new publish --compact --pnpm './packages/**/*'
run: pnpx pkg-pr-new publish --compact --pnpm './packages/components/*' './packages/core/*' './packages/hooks/*' './packages/utilities/*'

0 comments on commit 593e77c

Please sign in to comment.