()
| 24 | * Build lib with docs, regenerate plugin/external docs and TypeScript definitions. |
| 25 | */ |
| 26 | export async function def() { |
| 27 | task.stopOnFailures() |
| 28 | await Promise.all([buildLibWithDocs(true), docsPlugins(), docsExternalHelpers()]) |
| 29 | await defTypings() |
| 30 | } |
| 31 | |
| 32 | /** |
| 33 | * Generate TypeScript definition files from JSDoc. |
no test coverage detected