Skip to content

Commit

Permalink
Modify deploy command.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 7, 2018
1 parent c688118 commit 5f98a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"rdoc-cli": ".bin/rdoc.js"
},
"scripts": {
"deploy": "node .bin/rdoc.js --publish https://github.com/react-doc/react-doc.github.io.git --branch master",
"deploy": "node .bin/rdoc.js --publish git@github.com:react-doc/react-doc.github.io.git --branch master",
"start": "node .bin/rdoc.js -d templates/default/home,templates/default/introduce,templates/default/faq,templates/default/about,templates/default/github --clean",
"build": "node .bin/rdoc.js -d templates/default/home,templates/default/introduce,templates/default/faq,templates/default/about,templates/default/github --clean --build"
},
Expand Down

0 comments on commit 5f98a1a

Please sign in to comment.