Skip to content

Commit

Permalink
update phrase on workspace-aware commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyadorno committed Feb 9, 2022
1 parent bd3e8f8 commit 96d5104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accepted/0000-workspaces-auto-cwd-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Unfortunately that might not work as intended depending on the command, for exam

## Detailed Explanation

Now that we are landing support to **workspace-aware** commands (see: [#117](https://github.com/npm/rfcs/pull/117)) a potential fix to that mismatch between the expected user experience and the current behavior of the npm cli is to automatically switch the internal context to ensure that if the user is trying to run a command that already support the **workspaces configurations**.
Given that the cli currently support **workspace-aware** commands (via `--workspaces` and `--workspace` configs) a potential fix to that mismatch between the expected user experience and the current behavior of the npm cli is to automatically switch the internal context to ensure that if the user is trying to run a command that already support the **workspaces configurations**.

## Rationale and Alternatives

Expand Down

0 comments on commit 96d5104

Please sign in to comment.