Update to custom typeDoc fork with latest version (TS 2.7.0 support) + a bug fix allowing us to defer to the include
in tsconfig.json on which files to run through TypeDoc
This commit is contained in:
@@ -19,7 +19,7 @@ postpublish_utils
|
||||
.then(function(release) {
|
||||
console.log('POSTPUBLISH: Release successful, generating docs...');
|
||||
const jsonFilePath = __dirname + '/../' + postpublish_utils.generatedDocsDirectoryName + '/index.json';
|
||||
return execAsync('JSON_FILE_PATH=' + jsonFilePath + ' PROJECT_DIR=' + __dirname + '/.. yarn docs:json', {
|
||||
return execAsync('JSON_FILE_PATH=' + jsonFilePath + ' yarn docs:json', {
|
||||
cwd,
|
||||
});
|
||||
})
|
||||
|
Reference in New Issue
Block a user