build: update scripts

This commit is contained in:
Karl-Philipp Wulfert
2019-01-07 16:52:43 +01:00
parent 7b7299d9c4
commit e7a36635ff

View File

@@ -27,11 +27,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 && prepend lib/cli.js '#!/usr/bin/env node\n'",
"documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src",
"prepack": "npm run build",
"prepublishOnly": "npm run build",
"tslint": "tslint 'src/**/*.ts'"
},
"dependencies": {