This commit is contained in:
Benjamin Toby
2025-05-07 22:18:55 +01:00
parent 7e320c87f5
commit 62eef2f167
6 changed files with 91 additions and 8 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ const spawnSyncOptions = {
shell: ((_a = process.platform) === null || _a === void 0 ? void 0 : _a.match(/win32/i)) ? "bash.exe" : undefined,
env: Object.assign(Object.assign({}, process.env), { BUILDING_APP: "true" }),
};
const build = (0, child_process_1.spawnSync)("bunx", ["next", "build"], spawnSyncOptions);
const build = (0, child_process_1.spawnSync)("bun", ["next", "build"], spawnSyncOptions);
/**
* @returns {string}
*/