Browse Source

Update update-gulp.js

pull/10400/head
Mehmet Erim 5 years ago
committed by GitHub
parent
commit
98415f4518
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      npm/update-gulp.js

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

Loading…
Cancel
Save