Update update-gulp.js

pull/10400/head
Mehmet Erim 4 years ago committed by GitHub
parent 7ad7694c74
commit 98415f4518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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();

Loading…
Cancel
Save