🐛 update format
This commit is contained in:
2
bin/builders/BaseBuilder.ts
vendored
2
bin/builders/BaseBuilder.ts
vendored
@@ -255,7 +255,7 @@ export default abstract class BaseBuilder {
|
|||||||
? `${packageManager} run build:debug`
|
? `${packageManager} run build:debug`
|
||||||
: `${packageManager} run build`;
|
: `${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}"`;
|
let fullCommand = `${baseCommand}${argSeparator} -c "${configPath}"`;
|
||||||
|
|
||||||
if (target) {
|
if (target) {
|
||||||
|
|||||||
Reference in New Issue
Block a user