🐛 update format

This commit is contained in:
Tw93
2025-08-26 21:10:07 +08:00
parent 21c83143a0
commit 7f46bfb29f

View File

@@ -255,7 +255,7 @@ export default abstract class BaseBuilder {
? `${packageManager} run build:debug`
: `${packageManager} run build`;
const argSeparator = ' --'; // Both npm and pnpm need -- to pass args to scripts
const argSeparator = ' --'; // Both npm and pnpm need -- to pass args to scripts
let fullCommand = `${baseCommand}${argSeparator} -c "${configPath}"`;
if (target) {