Skip to content

Commit 2bbef96

Browse files
committed
refactor: update cli options
1 parent 5d0a029 commit 2bbef96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/commands/workspace/update-dependencies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export default class extends Command {
113113
for ( const pkg of packages ) {
114114
threads.pushThread( async () => {
115115
const res = await pkg.getOutdatedDependencies( {
116-
"all": process.cli.options.all,
116+
"all": !process.cli.options.direct,
117117
} );
118118

119119
return result( res, {

0 commit comments

Comments
 (0)