Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Lord committed Feb 16, 2015
1 parent 60195a4 commit d0ce4a3
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 @@ -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"
Expand Down

0 comments on commit d0ce4a3

Please sign in to comment.