mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-03 23:11:49 -04:00
* docs(deploy): hint "pnpm run deploy" for "pnpm deploy" outside a workspace This makes the experience better for those who have a script named "deploy", and may potentially get confused why "pnpm deploy" doesn't work. Related to #9475 but doesn't actually fix it. * fix: only print hint when there's a script named deploy --------- Co-authored-by: Zoltan Kochan <z@kochan.io>