output contracts json even if the pipeline is empty

This commit is contained in:
Iuri Matias 2018-09-28 13:22:03 -04:00
parent cb54c9214e
commit a41bdf1b4a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class Pipeline {
let placeholderPage;
if (!this.assetFiles || !Object.keys(this.assetFiles).length) {
return callback();
return self.buildContracts(callback);
}
async.waterfall([