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)