diff --git a/package.json b/package.json index c59cbc2..fcf2691 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "build": "node buildpage.js", "copy-site": "cp -r ./site ./.site", "git-co": "git checkout gh-pages && git reset --hard origin/gh-pages", - "paste-guide": "cp -r ./.guide/* . && rm -rf ./.guide", - "git-stage": "npm run copy-guide && npm run git-co && npm run paste-guide", + "paste-site": "cp -r ./.guide/* . && rm -rf ./.guide", + "git-stage": "npm run copy-site && npm run git-co && npm run paste-sote", "git-commit": "git add -A . && git commit -a -m 'gh-pages update'", "git-push": "git push origin gh-pages --force && git checkout master", "deploy": "npm run git-stage && npm run git-commit && npm run git-push"