Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
sjchmiela committed Feb 6, 2025
1 parent 4b7816c commit 9ddbac7
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions packages/build-tools/src/gcs/index.ts

This file was deleted.

6 changes: 3 additions & 3 deletions packages/build-tools/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import * as Builders from './builders';
import GCS from './gcs/client';
import GCSLoggerStream from './gcs/LoggerStream';

export { Builders };
export { Builders, GCS, GCSLoggerStream };

export {
ArtifactToUpload,
Expand All @@ -19,5 +21,3 @@ export { findAndUploadXcodeBuildLogsAsync } from './ios/xcodeBuildLogs';
export { Hook, runHookIfPresent } from './utils/hooks';

export * from './generic';

export * from './gcs';

0 comments on commit 9ddbac7

Please sign in to comment.