Alan Stalder
Alan Stalder
Hi, thanks a lot for the feedback! I managed to do most of what I wanted to do with those two hooks and storing the results outside the hook to...
I managed this: ``` async afterWorkspaceDependencyAddition(workspace, target, descriptor) { const report = await StreamReport.start({ configuration: workspace.project.configuration, json: false, stdout: Cli.defaultContext.stdout, forceSectionAlignment: true, includeLogs: true, includeVersion: true, }, async report =>...
Closed the issue by accident, sorry :(
OK, then I'll use env vars, as it allows to list issues from multiple dependencies (eg: when running `yarn add dep1 dep2`) rather than crashing immediately. Thanks a lot for...