Fix TypeDoc
ScriptCraft/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2020-04-29 11:25:44 -04:00
parent 275ec8f2c6
commit 30661d82b3
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -21,7 +21,7 @@ pipeline {
allowMissing: false,
alwaysLinkToLastBuild: false,
keepAll: false,
reportDir: 'build/typedoc',
reportDir: 'src/main/ts/lib/typedoc',
reportFiles: 'index.html',
reportName: 'TypeDoc'
]