Skip to content

Commit

Permalink
fix: handle adduser from workspace #4404
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzy committed Feb 27, 2022
1 parent 20a9818 commit 348dd1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/commands/adduser.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ class AddUser extends BaseCommand {
this.npm.output(message)
}

async execWorkspaces (args, filters) {
return this.exec(args)
}

getRegistry ({ scope, registry }) {
if (scope) {
const scopedRegistry = this.npm.config.get(`${scope}:registry`)
Expand Down

0 comments on commit 348dd1a

Please sign in to comment.