mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 19:52:53 +00:00
fix: documentation not generating
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"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 --mode modules --out docs --readme README.md --listInvalidSymbolLinks src",
|
||||
"documentation": "typedoc --out docs --readme README.md --listInvalidSymbolLinks --entryPointStrategy expand src",
|
||||
"postversion": "npm run changelog",
|
||||
"prepublishOnly": "npm ci && npm run build",
|
||||
"preversion": "npm run prepublishOnly",
|
||||
|
||||
@@ -24,10 +24,6 @@
|
||||
"matchPackagePatterns": ["^@types\/geojson$"],
|
||||
"allowedVersions": "1.0.6"
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["^@types\/node$"],
|
||||
"allowedVersions": "<15.0"
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["^@elastic\/elasticsearch$"],
|
||||
"allowedVersions": "<6.0"
|
||||
@@ -40,10 +36,6 @@
|
||||
"matchPackagePatterns": ["^typescript$"],
|
||||
"allowedVersions": "<4.5"
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["^typedoc$"],
|
||||
"allowedVersions": "<0.23.0"
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["^chalk$"],
|
||||
"allowedVersions": "<5.0"
|
||||
|
||||
Reference in New Issue
Block a user