Skip to content

Commit

Permalink
fix: Fix --loadConfigs not being populated.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Mar 29, 2022
1 parent 89f539b commit d38540f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/packemon/src/commands/Build.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export class BuildCommand extends BaseCommand<Required<BuildOptions>> {
filter={this.filter}
filterFormats={this.formats}
filterPlatforms={this.platforms}
loadConfigs={this.loadConfigs}
packemon={this.packemon}
quiet={this.quiet}
skipPrivate={this.skipPrivate}
Expand Down
1 change: 1 addition & 0 deletions packages/packemon/src/commands/Pack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export class PackCommand extends BuildCommand {
filter={this.filter}
filterFormats={this.formats}
filterPlatforms={this.platforms}
loadConfigs={this.loadConfigs}
packemon={this.packemon}
skipPrivate={this.skipPrivate}
stamp={this.stamp}
Expand Down

0 comments on commit d38540f

Please sign in to comment.