mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
Display build warns and errors
This commit is contained in:
parent
963a09b3a3
commit
34763b0237
@ -30,7 +30,9 @@ shell.ls('* -d', plugins).forEach(function (plugin) {
|
||||
silent: true
|
||||
});
|
||||
|
||||
sa
|
||||
if (build.stderr) {
|
||||
console.error(build.stderr);
|
||||
}
|
||||
|
||||
shell.echo('');
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user