Skip to content

Commit

Permalink
remove extraneous git stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonpecora committed Jun 5, 2018
1 parent b74d374 commit fd90ea6
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 @@ -15,7 +15,7 @@
"docs:prepare": "gitbook install",
"docs:watch": "npm run docs:prepare && gitbook serve",
"docs:build": "gitbook build ./",
"generate-actions": "jsdoc2md --files lib/**/actions.js > docs/vuex-actions.md && git add -A && git commit -m 'generate docs'",
"generate-actions": "jsdoc2md --files lib/**/actions.js > docs/vuex-actions.md",
"docs:publish": "npm run docs:clean && npm run docs:build && cd _book && git init && git commit --allow-empty -m 'update book' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'update book' && git push git@github.com:clay/clay-kiln gh-pages --force"
},
"repository": {
Expand Down

0 comments on commit fd90ea6

Please sign in to comment.