Skip to content

Commit 3da5ab3

Browse files
committed
fix: manifest path
1 parent 2063721 commit 3da5ab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const SUPPORTED_PLATFORMS = [
1414
"apple-darwin",
1515
"unknown-linux-gnu",
1616
];
17+
const MANIFEST_PATH = resolve(PACKAGES_POSTGRESTOOLS_ROOT, "package.json");
1718
const SUPPORTED_ARCHITECTURES = ["x86_64", "aarch64"];
1819

1920
async function downloadSchema(releaseTag, githubToken) {

0 commit comments

Comments
 (0)