Browse Source

change deprecated option

pull/8345/head
mehmet-erim 6 years ago
parent
commit
769c3b333c
  1. 2
      npm/update-gulp.js

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

Loading…
Cancel
Save