From fd93e12aa38c0638669f301036ef270a90c2d844 Mon Sep 17 00:00:00 2001 From: Heydon Pickering Date: Mon, 3 Jul 2017 12:41:16 +0100 Subject: [PATCH] [automated build commit] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1228d7e..bb8eeed 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "clean": "rm -rf content && mkdir content && mkdir content/patterns && hugo new patterns/pattern.md && hugo new _index.md", "build": "rm -rfv public/* && hugo", "setup": "hugo && git add public", - "host": "rm -rfv public/* && hugo && git commit -am \"[automated build commit]\" && git push origin `git subtree split --prefix public master`:gh-pages --force" + "host": "rm -rfv public/* hugo && git add public && git commit -am \"[automated build commit]\" && git push origin `git subtree split --prefix public master`:gh-pages --force" }, "repository": { "type": "git",