️ I couldnt stop but run it again ft random emojis 💪

This commit is contained in:
Matei Adriel 2019-05-27 21:12:37 +03:00
parent 9adc5b04f6
commit eadb880a7b

View file

@ -30,7 +30,7 @@ const run = (command: string): Promise<string> => {
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")