Skip to content

Commit c418ccb

Browse files
committed
Fix 'unable to locate jsdoc' error while building docs.
1 parent a177c33 commit c418ccb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tasks/options/jsdoc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = {
99
}
1010
},
1111
json: {
12+
jsdoc: './node_modules/.bin/jsdoc',
1213
src: [],
1314
options: {
1415
configure: 'tasks/jsdocexportjson-conf.json',

0 commit comments

Comments
 (0)