Skip to content

Commit

Permalink
Merge pull request #74 from antn/fix-scripts-typo
Browse files Browse the repository at this point in the history
fix typo in git-stage
  • Loading branch information
Jessica Lord committed Feb 24, 2015
2 parents d0ce4a3 + 1b26f5e commit c637e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -39,4 +39,4 @@
"path": "~0.4.9",
"cpr": "~0.1.1"
}
}
}

0 comments on commit c637e64

Please sign in to comment.