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" },