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) {