Skip to content

Commit

Permalink
Disable broken plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannmoinet committed Sep 13, 2023
1 parent b722239 commit c05c91d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/oss/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,9 @@ class OSS extends Command {
async execute() {
await this.applyHeader();
this.context.stdout.write('Done header.\n');
await this.apply3rdPartiesLicenses();
this.context.stdout.write('Done 3rd parties licenses.\n');
// TODO fix plugin support for yarn 3+
// await this.apply3rdPartiesLicenses();
// this.context.stdout.write('Done 3rd parties licenses.\n');
await this.applyNotice();
this.context.stdout.write('Done notice.\n');
await this.applyLicense();
Expand Down

0 comments on commit c05c91d

Please sign in to comment.