From eadb880a7ba35d814ec553f7dee0cbfb0be7ce52 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Mon, 27 May 2019 21:12:37 +0300 Subject: [PATCH] =?UTF-8?q?=20=E2=99=90=EF=B8=8F=20I=20couldnt=20stop=20bu?= =?UTF-8?q?t=20run=20it=20again=20ft=20random=20emojis=20=F0=9F=92=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.ts b/deploy.ts index f8bdac3..997dc1b 100644 --- a/deploy.ts +++ b/deploy.ts @@ -30,7 +30,7 @@ const run = (command: string): Promise => { if (!args.includes("--skipBuild") && !args.includes("-sb")) await run("npm run build") await run("git add .") - await run(`git commit -m "${message}"`) + await run(`git commit -m " ${message} "`) await run("git push origin master") await new Promise((res, rej) => { console.log("🏃 Updating github pages")