Print calming message on check-licenses.js succees
This commit is contained in:
parent
2e33963e50
commit
201faa92cc
|
|
@ -27,6 +27,8 @@ checker.init({
|
|||
if (incompatibleDependencies.length > 0) {
|
||||
console.error('Found packages with incompatible license: ' + JSON.stringify(incompatibleDependencies));
|
||||
process.exit(1);
|
||||
} else {
|
||||
console.log('All is well! No packages with an incompatible license found.');
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue