We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c176c55 commit 283b26fCopy full SHA for 283b26f
bin/embark
@@ -56,7 +56,7 @@ program.command('deploy [env]').description('deploy contracts').action(function(
56
run("grunt deploy_contracts:" + env);
57
}
58
else {
59
- deploy(env, embarkConfig, function() {});
+ deploy(env, embarkConfig, function() { exit(); });
60
61
});
62
0 commit comments