From f3c8163fffb3589e6875c31c3bd9716c204853e8 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Mon, 27 May 2019 20:50:03 +0300 Subject: [PATCH] automated update --- deploy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.ts b/deploy.ts index 3c8f1d0..9e4dc27 100644 --- a/deploy.ts +++ b/deploy.ts @@ -28,7 +28,7 @@ const run = (command: string): Promise => { await run('git commit -m "automated update"') await run("git push origin master") await new Promise((res, rej) => { - console.log("Updating github pages") + console.log("🏃 Updating github pages") publish("dist", (err) => { if (err) rej(err)