fix(release): invalid config path in hint for using skipLockFileUpdate (#29425)

This commit is contained in:
Bartosz Adamczyk 2024-12-23 16:17:11 +01:00 committed by GitHub
parent c7e2782e78
commit 90e12a77af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -142,7 +142,7 @@ function execLockFileUpdate(
`Verify that '${command}' succeeds when run from the workspace root.`, `Verify that '${command}' succeeds when run from the workspace root.`,
`To configure a string of arguments to be passed to this command, set the 'release.version.generatorOptions.installArgs' property in nx.json.`, `To configure a string of arguments to be passed to this command, set the 'release.version.generatorOptions.installArgs' property in nx.json.`,
`To ignore install lifecycle scripts, set 'release.version.generatorOptions.installIgnoreScripts' to true in nx.json.`, `To ignore install lifecycle scripts, set 'release.version.generatorOptions.installIgnoreScripts' to true in nx.json.`,
`To disable this step entirely, set 'release.version.skipLockFileUpdate' to true in nx.json.`, `To disable this step entirely, set 'release.version.generatorOptions.skipLockFileUpdate' to true in nx.json.`,
], ],
}); });
throw e; throw e;