Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 348dfaf

Browse files
committedFeb 21, 2025·
schema src
1 parent 92c9658 commit 348dfaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/@pglt/pglt/scripts/generate-packages.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function copySchemaToNativePackage(platform, arch) {
147147
const buildName = getBuildName(platform, arch);
148148
const packageRoot = resolve(PACKAGES_PGLT_ROOT, buildName);
149149

150-
const schemaSrc = resolve(packageRoot, `schema.json`);
150+
const schemaSrc = resolve(PGLT_ROOT, `schema.json`);
151151
const schemaTarget = resolve(packageRoot, `schema.json`);
152152

153153
if (!fs.existsSync(schemaSrc)) {

0 commit comments

Comments
 (0)
Please sign in to comment.