Skip to content

Commit c9406f7

Browse files
authoredSep 11, 2023
fix(deprecate): ignore implicit workspace mode (#6758) (#6791)
1 parent 0b1d7c3 commit c9406f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/commands/deprecate.js

+1-1
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)
Please sign in to comment.