Skip to content

Commit

Permalink
fix(deprecate): ignore implicit workspace mode (#6758)
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Sep 11, 2023
1 parent bef82f5 commit fb1b674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/deprecate.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Deprecate extends BaseCommand {
'otp',
]

static ignoreImplicitWorkspace = false
static ignoreImplicitWorkspace = true

static async completion (opts, npm) {
if (opts.conf.argv.remain.length > 1) {
Expand Down

0 comments on commit fb1b674

Please sign in to comment.