Skip to content

Commit fb1b674

Browse files
authored
fix(deprecate): ignore implicit workspace mode (#6758)
1 parent bef82f5 commit fb1b674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/deprecate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Deprecate extends BaseCommand {
1515
'otp',
1616
]
1717

18-
static ignoreImplicitWorkspace = false
18+
static ignoreImplicitWorkspace = true
1919

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

0 commit comments

Comments
 (0)