Skip to content

Commit

Permalink
fix(deprecate): ignore implicit workspace mode (#6758) (#6791)
Browse files Browse the repository at this point in the history
wraithgar authored Sep 11, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0b1d7c3 commit c9406f7
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
@@ -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) {

0 comments on commit c9406f7

Please sign in to comment.