Skip to content

Commit

Permalink
fix: Add missing export for Ec2Runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Werkmeister Felix (uidv3603) authored and Werkmeister Felix (uidv3603) committed Nov 29, 2022
1 parent 998385c commit 1c7bbfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export { Secrets } from './secrets';
export { GitHubRunners, GitHubRunnersProps } from './runner';
export { CodeBuildRunner, CodeBuildRunnerProps } from './providers/codebuild';
export { Ec2Runner, Ec2RunnerProps } from './providers/ec2';
export { LambdaRunner, LambdaRunnerProps } from './providers/lambda';
export { FargateRunner, FargateRunnerProps } from './providers/fargate';
export { IRunnerProvider, RunnerProviderProps, RunnerVersion, RunnerRuntimeParameters, RunnerImage, IImageBuilder, IRunnerProviderStatus, IRunnerImageStatus, IRunnerAmiStatus, Architecture, Os } from './providers/common';
Expand Down

0 comments on commit 1c7bbfa

Please sign in to comment.