diff --git a/setup.js b/setup.js index de7c11a..36ea599 100755 --- a/setup.js +++ b/setup.js @@ -138,4 +138,6 @@ const runCommand = async cmd => { } else { log.skip("Skipping install of self"); } + + log.ok("Done!"); })();