Skip to content

Commit 3fffbea

Browse files
devvaannshabose
authored andcommitted
fix: case of TEMP dir in jsdoc template
1 parent c4dbbd0 commit 3fffbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/api-docs-generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const CONFIG_FILE = path.join(BUILD_DIR, 'config.json');
2222
const JSDOC_JSON_TEMPLATE = {
2323
"source": {
2424
"include": [
25-
"temp"
25+
"TEMP"
2626
]
2727
},
2828
"plugins": [

0 commit comments

Comments
 (0)