From 6b1ad3ea4f2bd34615f6976c1601e55f6087555b Mon Sep 17 00:00:00 2001 From: Gar Date: Mon, 11 Sep 2023 10:37:19 -0700 Subject: [PATCH] fix(deprecate): ignore implicit workspace mode (#6758) --- 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) {