From 7f46bfb29fe1a4ff2c4e30da6ba257d7f6b4c05f Mon Sep 17 00:00:00 2001 From: Tw93 Date: Tue, 26 Aug 2025 21:10:07 +0800 Subject: [PATCH] :bug: update format --- bin/builders/BaseBuilder.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/builders/BaseBuilder.ts b/bin/builders/BaseBuilder.ts index 9a20f92..15e7c5a 100644 --- a/bin/builders/BaseBuilder.ts +++ b/bin/builders/BaseBuilder.ts @@ -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) {