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 const result = childProcess
.execSync( .execSync(
`ncu "/^@abp.*$/" --packageFile ${pkgJsonPath} -u${ `ncu "/^@abp.*$/" --packageFile ${pkgJsonPath} -u${
program.rc ? ' --greatest' : '' program.rc ? ' --target greatest' : ''
}` }`
) )
.toString(); .toString();

Loading…
Cancel
Save