We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3816047 commit df58300Copy full SHA for df58300
packages/tad-app/tools/afterPack.js
@@ -7,7 +7,6 @@ const copy = require("recursive-copy");
7
8
async function afterPack(context) {
9
console.log("afterPack hook called:", context.packager.platform.name);
10
- console.log("env vars: ", process.env);
11
console.log('skipping OpenSSL bundling (no longer required by duckdb)');
12
/*
13
if (context.packager.platform.name === "mac") {
0 commit comments