diff --git a/package.json b/package.json index 55325287..3b5d760e 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,11 @@ }, "scripts": { "build": "npm run tslint && npm run compile && npm run documentation", - "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", + "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'", "check-configuration": "openstapps-configuration", "compile": "rimraf lib && tsc --outDir lib && prepend lib/projectmanagement.cli.js '#!/usr/bin/env node\n' && prepend lib/pack.cli.js '#!/usr/bin/env node\n'", "documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src", - "prepareOnly": "npm run build", + "prepublishOnly": "npm run build", "tslint": "tslint 'src/**/*.ts'" }, "author": "Karl-Philipp Wulfert ",