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

Commit

Permalink
build(fix changelog script path problem):
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazeyu committed Jan 13, 2018
1 parent c840cfa commit 67c56ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"build:doc": "./node_modules/.bin/esdoc",
"commit": "git pull&&git-cz",
"_changelog": "./node_modules/.bin/conventional-changelog -i docsrc/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",
"changelog": "git pull&&npm run _changelog&&git add docsrc/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 67c56ee

Please sign in to comment.