Add done message

This commit is contained in:
Aditya Thakral 2021-07-20 06:15:00 -04:00
parent f3b0472a4a
commit b2d4d811b4
1 changed files with 1 additions and 0 deletions

View File

@ -83,4 +83,5 @@ function updateWebsite(branch: string) {
repo_$(`mv ./out/* ${finalDir}`); repo_$(`mv ./out/* ${finalDir}`);
$(`rm -rf ${tmpDir}`); $(`rm -rf ${tmpDir}`);
console.log("Done!");
} }