Skip to content

Commit

Permalink
chore: add typescript compilation to build script (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken authored Jun 20, 2024
1 parent 95849dd commit 1ee8895
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/libmongocrypt.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ async function main() {
// The prebuild command will make both a .node file in `./build` (local and CI testing will run on current code)
// it will also produce `./prebuilds/mongodb-client-encryption-vVERSION-napi-vNAPI_VERSION-OS-ARCH.tar.gz`.
await run('npm', ['run', 'prebuild']);
// Compile Typescript
await run('npm', ['run', 'prepare']);

if (process.platform === 'darwin') {
// The "arm64" build is actually a universal binary
Expand Down

0 comments on commit 1ee8895

Please sign in to comment.