Skip to content

Commit

Permalink
fix ts compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Jan 10, 2024
1 parent 7c0122b commit 11a0757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/build/src/packaging/run-package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { notarizeArtifact } from './notary-service';
import { PackageFile } from './package';
import { createPackage } from './package';

// @ts-expect-error asdf
import * as notarize from '@mongodb-js/mongodb-notary-service-client';

export async function runPackage(config: Config): Promise<ArtifactMetadata> {
Expand Down

0 comments on commit 11a0757

Please sign in to comment.