mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-03-11 09:12:52 +00:00
@@ -9,7 +9,7 @@
|
||||
"scripts": {
|
||||
"build": "npm run tslint && npm run compile && npm run documentation",
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
||||
"compile": "rm -rf lib/* && tsc --outDir lib && sed -i '1i#!/usr/bin/env node' lib/projectmanagement.cli.js && sed -i '1i#!/usr/bin/env node' lib/pack.cli.js",
|
||||
"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",
|
||||
"tslint": "tslint 'src/**/*.ts'"
|
||||
@@ -48,6 +48,8 @@
|
||||
"devDependencies": {
|
||||
"@openstapps/configuration": "0.0.2",
|
||||
"conventional-changelog-cli": "2.0.11",
|
||||
"prepend-file-cli": "1.0.6",
|
||||
"rimraf": "2.6.2",
|
||||
"ts-node": "7.0.1",
|
||||
"tslint": "5.11.0",
|
||||
"typedoc": "0.13.0",
|
||||
|
||||
Reference in New Issue
Block a user