Skip to content

Commit 283b26f

Browse files
committed
exit embark deploy after contracts are deployed
1 parent c176c55 commit 283b26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/embark

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ program.command('deploy [env]').description('deploy contracts').action(function(
5656
run("grunt deploy_contracts:" + env);
5757
}
5858
else {
59-
deploy(env, embarkConfig, function() {});
59+
deploy(env, embarkConfig, function() { exit(); });
6060
}
6161
});
6262

0 commit comments

Comments
 (0)