We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95849dd commit 1ee8895Copy full SHA for 1ee8895
.github/scripts/libmongocrypt.mjs
@@ -229,6 +229,8 @@ async function main() {
229
// The prebuild command will make both a .node file in `./build` (local and CI testing will run on current code)
230
// it will also produce `./prebuilds/mongodb-client-encryption-vVERSION-napi-vNAPI_VERSION-OS-ARCH.tar.gz`.
231
await run('npm', ['run', 'prebuild']);
232
+ // Compile Typescript
233
+ await run('npm', ['run', 'prepare']);
234
235
if (process.platform === 'darwin') {
236
// The "arm64" build is actually a universal binary
0 commit comments