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
@@ -93,7 +93,7 @@ const spawnSyncOptions: SpawnSyncOptionsWithStringEncoding = {
},
};
const build = spawnSync("bunx", ["next", "build"], spawnSyncOptions);
const build = spawnSync("bun", ["next", "build"], spawnSyncOptions);
/**
* @returns {string}