mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 06:22:53 +00:00
build: update scripts
This commit is contained in:
@@ -8,11 +8,11 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run tslint && npm run compile && npm run documentation",
|
"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",
|
"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'",
|
"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",
|
"documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src",
|
||||||
"prepareOnly": "npm run build",
|
"prepublishOnly": "npm run build",
|
||||||
"tslint": "tslint 'src/**/*.ts'"
|
"tslint": "tslint 'src/**/*.ts'"
|
||||||
},
|
},
|
||||||
"author": "Karl-Philipp Wulfert <karl-philipp.wulfert@gmail.com>",
|
"author": "Karl-Philipp Wulfert <karl-philipp.wulfert@gmail.com>",
|
||||||
|
|||||||
Reference in New Issue
Block a user