Skip to content

Commit d153d33

Browse files
committed
fix: revert prefer-offline/prefer-online exclusivity (#9129)
1 parent d1ee8a5 commit d153d33

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

workspaces/config/lib/definitions/definitions.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,6 @@ const definitions = {
16241624
'prefer-offline': new Definition('prefer-offline', {
16251625
default: false,
16261626
type: Boolean,
1627-
exclusive: ['prefer-online'],
16281627
description: `
16291628
If true, staleness checks for cached data will be bypassed, but missing
16301629
data will be requested from the server. To force full offline mode, use
@@ -1635,7 +1634,6 @@ const definitions = {
16351634
'prefer-online': new Definition('prefer-online', {
16361635
default: false,
16371636
type: Boolean,
1638-
exclusive: ['prefer-offline'],
16391637
description: `
16401638
If true, staleness checks for cached data will be forced, making the CLI
16411639
look for updates immediately even for fresh package data.

0 commit comments

Comments
 (0)