diff --git a/npm/update-gulp.js b/npm/update-gulp.js index b70799e617..d6076978eb 100644 --- a/npm/update-gulp.js +++ b/npm/update-gulp.js @@ -30,7 +30,7 @@ const updatePackages = (pkgJsonPath) => { const result = childProcess .execSync( `ncu "/^@abp.*$/" --packageFile ${pkgJsonPath} -u${ - program.rc ? ' --greatest' : '' + program.rc ? ' --target greatest' : '' }` ) .toString();