Skip to content

Commit b4ef0b0

Browse files
Boshenclaude
andcommitted
fix(ci): use vpx instead of vp exec for pkg-pr-new
`vp exec` only looks in local `node_modules/.bin`, but `pkg-pr-new` is not a project dependency. Use `vpx` (equivalent to `pnpx`/`npx`) to fetch and run the package remotely. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent 9e7a966 commit b4ef0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pkg.pr.new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@ jobs:
138138
find ./packages/ -type d -maxdepth 1 -exec cp THIRD-PARTY-LICENSE {} \;
139139
140140
- name: Release
141-
run: vp exec pkg-pr-new publish --compact --pnpm './packages/rolldown/npm/*' './packages/rolldown' './packages/browser' './packages/debug' './packages/pluginutils'
141+
run: vpx pkg-pr-new publish --compact --pnpm './packages/rolldown/npm/*' './packages/rolldown' './packages/browser' './packages/debug' './packages/pluginutils'

0 commit comments

Comments
 (0)