From 98415f4518457e9fc815d11ca6c9dd02c4a5d1d2 Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Fri, 22 Oct 2021 10:51:56 +0300 Subject: [PATCH] Update update-gulp.js --- npm/update-gulp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/update-gulp.js b/npm/update-gulp.js index 678c6a043b..d9a7c469aa 100644 --- a/npm/update-gulp.js +++ b/npm/update-gulp.js @@ -31,7 +31,7 @@ const updatePackages = (pkgJsonPath) => { const result = childProcess .execSync( `ncu "/^@abp.*$/" --packageFile ${pkgJsonPath} -u${ - program.prerelase ? ' --target greatest' : '' + program.prerelase ? ' --target newest' : '' }` ) .toString();