You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use pnpm exec sh -c for Verdaccio publish instead of for loop
The for-loop approach parsing pnpm exec output was broken because pnpm
adds prefix text to exec output, causing path resolution failures.
Use the same pattern as rspack reusable-build: pnpm --filter ... exec
sh -c to run jq directly in each package directory.
Amp-Thread-ID: https://ampcode.com/threads/T-019d29d2-39df-76ce-8a7b-fd06c8874b65
Co-authored-by: Amp <amp@ampcode.com>
0 commit comments