Skip to content

Commit 5254806

Browse files
committed
chore: temp publish
1 parent 8d776e9 commit 5254806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@postgrestools/postgrestools/scripts/generate-packages.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function copyBinaryToNativePackage(platform, arch, os) {
163163

164164
const ext = getBinaryExt(os);
165165
const manifestPath = resolve(packageRoot, "package.json");
166-
console.info(`Update manifest ${manifestPath}`);
166+
console.info(`Update manifest ${manifestPath} to ${JSON.stringify(manifest)}`);
167167
fs.writeFileSync(manifestPath, manifest);
168168

169169
// Copy the CLI binary

0 commit comments

Comments
 (0)