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 8a8e7ac commit 714fa3bCopy full SHA for 714fa3b
1 file changed
.github/workflows/pkg-pr.yml
@@ -37,7 +37,7 @@ jobs:
37
run: pnpm nightly-build
38
39
- name: Publish (pkg.pr.new)
40
- run: npx pkg-pr-new publish './packages/typegpu/dist' './packages/typegpu-noise/dist' './packages/unplugin-typegpu/dist' --json output.json --comment=off --pnpm
+ run: pnpm exec pkg-pr-new publish './packages/typegpu' './packages/typegpu-noise' './packages/unplugin-typegpu' --json output.json --comment=off --pnpm --no-compact
41
- name: Post or update comment
42
uses: actions/github-script@v6
43
with:
0 commit comments