Skip to content

Commit

Permalink
remove unused onOutputPath from PipelineOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Feb 29, 2024
1 parent 958afab commit e6d744e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/compat/src/default-pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { sync as pkgUpSync } from 'pkg-up';

export interface PipelineOptions<PackagerOptions> extends Options {
packagerOptions?: PackagerOptions;
onOutputPath?: (outputPath: string) => void;
variants?: Variant[];
}

Expand Down

0 comments on commit e6d744e

Please sign in to comment.