MCPcopy
hub / github.com/mongodb/node-mongodb-native / copyGeneratedDocsToDocsFolder

Function copyGeneratedDocsToDocsFolder

etc/docs/build.ts:25–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23const RELEASES_JSON_FILE = './template/static/versions.json';
24
25const copyGeneratedDocsToDocsFolder = () => exec(`cp -R temp/. ../../docs/.`);
26const removeTempDirectory = () => exec('rm -rf temp');
27const installDependencies = () => exec('npm i --no-save --legacy-peer-deps typedoc@0.26.7');
28const buildDocs = ({ tag }: VersionSchema) => {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected