Skip to content

Commit

Permalink
fix: build error in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeneos committed May 9, 2024
1 parent baabd9e commit 4c3f481
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vlocity-deploy/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ export * from './datapackDeployer';
export * from './datapackDeployment';
export * from './datapackDeploymentEvent';
export * from './datapackDeploymentError';
export * from './datapackDeploymentOptions';
export * from './datapackDeploymentRecord';
export * from './datapackDeploymentRecordGroup';
export * from './datapackDeploymentSpec';
export * from './datapackDeploymentSpecRegistry';
export * from './datapackRecordFactory';
export * from './datapackLookupService';

0 comments on commit 4c3f481

Please sign in to comment.