change deprecated option

pull/8345/head
mehmet-erim 5 years ago
parent fc6cbe7068
commit 769c3b333c

@ -30,7 +30,7 @@ const updatePackages = (pkgJsonPath) => {
const result = childProcess
.execSync(
`ncu "/^@abp.*$/" --packageFile ${pkgJsonPath} -u${
program.rc ? ' --greatest' : ''
program.rc ? ' --target greatest' : ''
}`
)
.toString();

Loading…
Cancel
Save