mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +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);
|
||||
}
|
||||
else {
|
||||
deploy(env, embarkConfig, function() {});
|
||||
deploy(env, embarkConfig, function() { exit(); });
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user