diff --git a/package.json b/package.json index fcf2691..7a7d0b2 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "copy-site": "cp -r ./site ./.site", "git-co": "git checkout gh-pages && git reset --hard origin/gh-pages", "paste-site": "cp -r ./.guide/* . && rm -rf ./.guide", - "git-stage": "npm run copy-site && npm run git-co && npm run paste-sote", + "git-stage": "npm run copy-site && npm run git-co && npm run paste-site", "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" @@ -39,4 +39,4 @@ "path": "~0.4.9", "cpr": "~0.1.1" } -} \ No newline at end of file +}