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) {