allow build on modules without changelog

This commit is contained in:
Timo Hocker 2020-05-23 17:46:43 +02:00
parent 2c15e4df49
commit 8b6e3b1df2

View File

@ -67,7 +67,7 @@ if (fs.existsSync ('CHANGELOG.md')) {
}
else {
console.log ('changelog does not exist');
ok = false;
// ok = false; disable until all modules have a changelog
}
if (ok)