automated update

This commit is contained in:
Matei Adriel 2019-05-27 20:50:03 +03:00
parent 126b6dece5
commit f3c8163fff

View file

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