We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56d048 commit 4d0928cCopy full SHA for 4d0928c
generate_docs.js
@@ -72,7 +72,7 @@ fs.readdirSync(path.join(PACKAGE_DIR, 'node_modules')).forEach(module => {
72
// re-hydrate current package using .git dir
73
shelljs.cp('-r', path.join(PACKAGE_DIR, '.git'), DOCGEN_PACKAGE_DIR);
74
process.chdir(DOCGEN_PACKAGE_DIR);
75
-shelljs.exec("git co .");
+shelljs.exec("git checkout .");
76
77
// create command line
78
const typedocOptions = TYPEDOC_CONFIG.typedoc.generateOptions || {};
0 commit comments