Skip to content

Commit

Permalink
fixup! feat: add run-script workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyadorno committed Mar 16, 2021
1 parent 30e8766 commit c4c9e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/base-command.js
Expand Up @@ -38,7 +38,7 @@ class BaseCommand {

execWorkspaces (args, filters, cb) {
npmlog.warn('This command does not support workspaces.')
cb()
this.exec(args, cb)
}
}
module.exports = BaseCommand

0 comments on commit c4c9e6c

Please sign in to comment.