Skip to content

Commit 506dbbf

Browse files
fix(generate_docs): don't symlink included projects. clone directly to temp dir
1 parent fd9f08a commit 506dbbf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

generate_docs.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ includes.forEach(include => {
6060
flags.branch = version ? version : flags.branch;
6161
}
6262

63-
publishYalcPackage(path.join(DOWNSTREAM_CACHE, package), repo, flags);
64-
shelljs.ln('-s', path.join(DOWNSTREAM_CACHE, package), path.join(DOCGEN_DIR, kebob(package)));
63+
publishYalcPackage(path.join(DOCGEN_DIR, kebob(package)), repo, flags);
6564
});
6665

6766
// symlink node_modules, package.json, typedoc.json into temp dir

0 commit comments

Comments
 (0)