mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-12 06:54:58 +00:00
Merge pull request #933 from embark-framework/fix_contracts_json
output contracts json even if the pipeline is empty
This commit is contained in:
commit
20341541f2
@ -26,7 +26,7 @@ class Pipeline {
|
|||||||
let placeholderPage;
|
let placeholderPage;
|
||||||
|
|
||||||
if (!this.assetFiles || !Object.keys(this.assetFiles).length) {
|
if (!this.assetFiles || !Object.keys(this.assetFiles).length) {
|
||||||
return callback();
|
return self.buildContracts(callback);
|
||||||
}
|
}
|
||||||
|
|
||||||
async.waterfall([
|
async.waterfall([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user