diff --git a/package.json b/package.json index b6c4661..1633336 100644 --- a/package.json +++ b/package.json @@ -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" },