Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
build: new doc build method
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazeyu committed Jan 12, 2018
1 parent abf0618 commit 6854707
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -9,7 +9,8 @@
"build:prod": "webpack --env prod --progress --colors",
"build:doc": "./node_modules/.bin/esdoc",
"commit": "git pull&&git-cz",
"changelog": "git pull&&./node_modules/.bin/conventional-changelog -i doc/CHANGELOG.md -r 0 -s -u&&git add doc/CHANGELOG.md&&git commit -m \"docs: update CHANGELOG\"&&git push&&git status",
"_changelog": "./node_modules/.bin/conventional-changelog -i doc/CHANGELOG.md -r 0 -s -u",
"changelog": "git pull&&npm run _changelog&&git add doc/CHANGELOG.md&&git commit -m \"docs: update CHANGELOG\"&&git push&&git status",
"test": "echo \"Error: no test specified\" && exit 1",
"ghpages": "push-gh-pages"
},
Expand Down

0 comments on commit 6854707

Please sign in to comment.