Skip to content

Commit 7844255

Browse files
fix(docgen): delete the *correct* includes directory after generating docs
1 parent 80d7b3c commit 7844255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docgen/docgen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ cp $WORK/project/$README .
2424
bash ./clone_repos.sh
2525
cd project
2626
../node_modules/.bin/typedoc --tsconfig tsconfig.docgen.json
27-
rm -rf project/src/includes
27+
rm -rf src/includes

0 commit comments

Comments
 (0)