Skip to content

Commit 7bdaac4

Browse files
committed
Debug the config
1 parent b137aae commit 7bdaac4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/build/src/release.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import S3 from 'aws-sdk/clients/s3';
1515
*/
1616
const release = async(config: Config) => {
1717
const platform = os.platform();
18+
console.log('mongosh: releasing with config:', config);
1819

1920
// - Build the executable.
2021
await compileExec(config.input, config.outputDir, platform);

0 commit comments

Comments
 (0)