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.
1 parent 5782291 commit d647984Copy full SHA for d647984
.github/workflows/test.yml
@@ -40,6 +40,6 @@ jobs:
40
with:
41
node_version: 20
42
- run: pnpm build.headless
43
- - run: pnpx pkg-pr-new publish ./dist/packages/kit-headless
+ - run: pnpx pkg-pr-new publish --compact ./dist/packages/kit-headless
44
env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GITHUB_TOKEN is provided automatically in any repository
0 commit comments