mirror of https://github.com/embarklabs/embark.git
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…
Reference in New Issue