From c8d8a1d255357649a5bc5db4b2391270eee5ab2d Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Mon, 27 May 2019 21:15:57 +0300 Subject: [PATCH] =?UTF-8?q?=20=20=F0=9F=90=9E=203141519265368979323=20?= =?UTF-8?q?=F0=9F=98=B4?= 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 a8afd6a..71723d7 100644 --- a/deploy.ts +++ b/deploy.ts @@ -29,7 +29,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")