mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-12 10:11:42 -04:00
fix: mention CLI flag in git checks hint
PR #2904 Co-authored-by: Zoltan Kochan <z@kochan.io>
This commit is contained in:
5
.changeset/plenty-socks-boil.md
Normal file
5
.changeset/plenty-socks-boil.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-publishing": patch
|
||||
---
|
||||
|
||||
Added more info to the Git check error hint.
|
||||
@@ -83,7 +83,7 @@ export function help () {
|
||||
})
|
||||
}
|
||||
|
||||
const GIT_CHECKS_HINT = 'If you want to disable Git checks on publish, set the "git-checks" setting to "false".'
|
||||
const GIT_CHECKS_HINT = 'If you want to disable Git checks on publish, set the "git-checks" setting to "false", or run again with "--no-git-checks".'
|
||||
|
||||
export async function handler (
|
||||
opts: Omit<PublishRecursiveOpts, 'workspaceDir'> & {
|
||||
|
||||
Reference in New Issue
Block a user