From ec3db3b0f2b94191bd23b8f65cbb2ff26ba35b76 Mon Sep 17 00:00:00 2001 From: nin0 Date: Tue, 22 Apr 2025 04:37:50 -0400 Subject: [PATCH] build outside of dist (helps if your install is retarded) --- native.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native.ts b/native.ts index 0b7a563..fa09a64 100644 --- a/native.ts +++ b/native.ts @@ -120,7 +120,7 @@ export async function initPluginInstall(_, link: string, source: string, owner: async function build(): Promise { return new Promise((resolve, reject) => { const proc = exec("pnpm build", { - cwd: __dirname + cwd: join(__dirname, "..") }); proc.once("close", async () => { if (proc.exitCode !== 0) {