fix(core): properly pass args to custom preset (#8154)
This commit is contained in:
parent
77f7a5036f
commit
1f44bbeed9
@ -101,7 +101,7 @@ function generatePreset(host: Tree, opts: Schema) {
|
||||
acc.push(`--no-${key}`);
|
||||
} else {
|
||||
// string, number (don't handle arrays or nested objects)
|
||||
acc.push(`${key}=${value}`);
|
||||
acc.push(`--${key}=${value}`);
|
||||
}
|
||||
return acc;
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user