Merge pull request #933 from embark-framework/fix_contracts_json

output contracts json even if the pipeline is empty
This commit is contained in:
Iuri Matias 2018-09-28 13:44:18 -04:00 committed by GitHub
commit 20341541f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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([