Skip to content

Commit

Permalink
Export PackageManager enum (#276)
Browse files Browse the repository at this point in the history
BuildContext contains `packageManager` field, but it can't be used outsidee of build-tools context without this export.
  • Loading branch information
khamilowicz authored Sep 1, 2023
1 parent 42f17a6 commit e429df7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/build-tools/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export {
SkipNativeBuildError,
} from './context';

export { PackageManager } from './utils/packageManager';

export { findAndUploadXcodeBuildLogsAsync } from './ios/xcodeBuildLogs';

export { Hook, runHookIfPresent } from './utils/hooks';

0 comments on commit e429df7

Please sign in to comment.