mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-02 18:34:09 +00:00
output contracts json even if the pipeline is empty
This commit is contained in:
parent
cb54c9214e
commit
a41bdf1b4a
@ -26,7 +26,7 @@ class Pipeline {
|
||||
let placeholderPage;
|
||||
|
||||
if (!this.assetFiles || !Object.keys(this.assetFiles).length) {
|
||||
return callback();
|
||||
return self.buildContracts(callback);
|
||||
}
|
||||
|
||||
async.waterfall([
|
||||
|
Loading…
x
Reference in New Issue
Block a user