MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / def

Function def

Bunoshfile.js:26–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 * Build lib with docs, regenerate plugin/external docs and TypeScript definitions.
25 */
26export 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.

Callers 1

releaseFunction · 0.70

Calls 4

buildLibWithDocsFunction · 0.70
docsPluginsFunction · 0.70
docsExternalHelpersFunction · 0.70
defTypingsFunction · 0.70

Tested by

no test coverage detected