mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 02:54:11 +08:00
fix(webpack): set exitCode if the configuration failed (#10327)
fixes #10314
This commit is contained in:
@ -83,6 +83,7 @@ program
|
|||||||
|
|
||||||
if (!configuration) {
|
if (!configuration) {
|
||||||
console.log('No configuration!');
|
console.log('No configuration!');
|
||||||
|
process.exitCode = 1;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user