1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 05:53:42 +00:00

log entire packager

This commit is contained in:
Jake Fink
2025-01-14 23:19:07 -05:00
parent 2db6741195
commit 33e3a06483

View File

@@ -13,6 +13,7 @@ async function run(context) {
const platform = context.packager.platform;
const targets = context.packager.targets;
console.log("### Packager: " + context.packager);
console.log("### Platform: " + platform);
console.log("### Targets: " + targets);