Skip to content

Commit f7e796a

Browse files
clxandstuffFrozenPandaz
authored andcommitted
fix(release): invalid config path in hint for using skipLockFileUpdate (#29425)
(cherry picked from commit 90e12a7)
1 parent 51bebd9 commit f7e796a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/js/src/generators/release-version/utils/update-lock-file.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function execLockFileUpdate(
142142
`Verify that '${command}' succeeds when run from the workspace root.`,
143143
`To configure a string of arguments to be passed to this command, set the 'release.version.generatorOptions.installArgs' property in nx.json.`,
144144
`To ignore install lifecycle scripts, set 'release.version.generatorOptions.installIgnoreScripts' to true in nx.json.`,
145-
`To disable this step entirely, set 'release.version.skipLockFileUpdate' to true in nx.json.`,
145+
`To disable this step entirely, set 'release.version.generatorOptions.skipLockFileUpdate' to true in nx.json.`,
146146
],
147147
});
148148
throw e;

0 commit comments

Comments
 (0)