mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-12 06:54:58 +00:00
exit embark deploy after contracts are deployed
This commit is contained in:
parent
c176c55178
commit
283b26f4b3
@ -56,7 +56,7 @@ program.command('deploy [env]').description('deploy contracts').action(function(
|
|||||||
run("grunt deploy_contracts:" + env);
|
run("grunt deploy_contracts:" + env);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
deploy(env, embarkConfig, function() {});
|
deploy(env, embarkConfig, function() { exit(); });
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user