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 b137aae commit 7bdaac4Copy full SHA for 7bdaac4
packages/build/src/release.ts
@@ -15,6 +15,7 @@ import S3 from 'aws-sdk/clients/s3';
15
*/
16
const release = async(config: Config) => {
17
const platform = os.platform();
18
+ console.log('mongosh: releasing with config:', config);
19
20
// - Build the executable.
21
await compileExec(config.input, config.outputDir, platform);
0 commit comments