From 623f0c804df84d2ae530257883cce95a235d542c Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 27 Feb 2018 21:41:12 +0100 Subject: [PATCH] package.json fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ae94b452..a9da1fc60 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "gh-pages": "./gh-pages.sh", "dist": "gulp build && JEKYLL_ENV=production jekyll build --destination dist", - "publish": "dist && ./gh-pages.sh", + "publish": "./gh-pages.sh", "watch": "gulp build && npm-run-all --parallel gulp-watch jekyll-watch", "serve": "gulp build && npm-run-all --parallel gulp-watch jekyll-serve" },