We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2063721 commit 3da5ab3Copy full SHA for 3da5ab3
packages/@postgrestools/postgrestools/scripts/generate-packages.mjs
@@ -14,6 +14,7 @@ const SUPPORTED_PLATFORMS = [
14
"apple-darwin",
15
"unknown-linux-gnu",
16
];
17
+const MANIFEST_PATH = resolve(PACKAGES_POSTGRESTOOLS_ROOT, "package.json");
18
const SUPPORTED_ARCHITECTURES = ["x86_64", "aarch64"];
19
20
async function downloadSchema(releaseTag, githubToken) {
0 commit comments