There was an error while loading. Please reload this page.
1 parent 21c8314 commit 7f46bfbCopy full SHA for 7f46bfb
1 file changed
bin/builders/BaseBuilder.ts
@@ -255,7 +255,7 @@ export default abstract class BaseBuilder {
255
? `${packageManager} run build:debug`
256
: `${packageManager} run build`;
257
258
- const argSeparator = ' --'; // Both npm and pnpm need -- to pass args to scripts
+ const argSeparator = ' --'; // Both npm and pnpm need -- to pass args to scripts
259
let fullCommand = `${baseCommand}${argSeparator} -c "${configPath}"`;
260
261
if (target) {
0 commit comments