Skip to content

Commit 7f46bfb

Browse files
committed
🐛 update format
1 parent 21c8314 commit 7f46bfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/builders/BaseBuilder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ export default abstract class BaseBuilder {
255255
? `${packageManager} run build:debug`
256256
: `${packageManager} run build`;
257257

258-
const argSeparator = ' --'; // Both npm and pnpm need -- to pass args to scripts
258+
const argSeparator = ' --'; // Both npm and pnpm need -- to pass args to scripts
259259
let fullCommand = `${baseCommand}${argSeparator} -c "${configPath}"`;
260260

261261
if (target) {

0 commit comments

Comments
 (0)