Skip to content

Commit b4a3489

Browse files
committed
fix: fix dependency updater
1 parent db8df28 commit b4a3489

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ export default class Package {
747747
updateDependencies.push( dependency );
748748
}
749749

750-
install = install && ( hasUpdates || reinstall );
750+
install = reinstall || ( install && hasUpdates );
751751

752752
// print report
753753
if ( install || updateDependencies.length ) {

0 commit comments

Comments
 (0)