(args)
| 49 | } |
| 50 | |
| 51 | async execWorkspaces (args) { |
| 52 | await this.setWorkspaces() |
| 53 | for (const [workspace, path] of this.workspaces.entries()) { |
| 54 | await this.exec(args, { path, workspace }) |
| 55 | } |
| 56 | } |
| 57 | |
| 58 | async get (args, { path, workspace }) { |
| 59 | this.npm.config.set('json', true) |
no test coverage detected