Updates
This commit is contained in:
Vendored
+1
-1
@@ -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}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user