+45
−0
+4
−2
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -5,8 +5,8 @@ | ||
"build": "npm run tslint && npm run compile && npm run documentation",
|
||
"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": "rm -rf lib/* && tsc && sed -i '1i#!/usr/bin/env node' lib/cli.js",
|
||
"documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src",
|
||
"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'",
|
||
"documentation": "typedoc --includeDeclarations --mode modules --out docs --readme README.md --listInvalidSymbolLinks src",
|
||
"prepublishOnly": "npm ci && npm run build",
|
||
"test": "nyc mocha --require ts-node/register --require source-map-support/register --ui mocha-typescript --recursive 'test/*.spec.ts'",
|
||
"tslint": "tslint 'src/**/*.ts'"
|
||
| @@ -42,6 +42,8 @@ | ||
"mocha-typescript": "1.1.17",
|
||
"nock": "10.0.6",
|
||
"nyc": "13.3.0",
|
||
"prepend-file-cli": "1.0.6",
|
||
"rimraf": "2.6.3",
|
||
"source-map-support": "0.5.11",
|
||
"ts-node": "8.0.3",
|
||
"tslint": "5.14.0",
|
||
Loading