From c9406f79dce12953f639df6add0c4215831e99b8 Mon Sep 17 00:00:00 2001 From: Gar Date: Mon, 11 Sep 2023 10:46:29 -0700 Subject: [PATCH] fix(deprecate): ignore implicit workspace mode (#6758) (#6791) --- lib/commands/deprecate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/deprecate.js b/lib/commands/deprecate.js index ada2bac40f2fd..bdce313923cff 100644 --- a/lib/commands/deprecate.js +++ b/lib/commands/deprecate.js @@ -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) {