We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b162130 commit b181032Copy full SHA for b181032
dist/index.cjs
@@ -8264,7 +8264,7 @@ class JsdocCommand {
8264
this.options = options;
8265
this.jsdocOptions = jsdocOptions;
8266
8267
- this.jsdocPath = walkBack(
+ this.jsdocPath = process.env.JSDOC_PATH || walkBack(
8268
path$1.join(__dirname$1, '..'),
8269
path$1.join('node_modules', 'jsdoc', 'jsdoc.js')
8270
);
lib/jsdoc-command.js
@@ -33,7 +33,7 @@ class JsdocCommand {
33
this.options = options
34
this.jsdocOptions = jsdocOptions
35
36
37
path.join(__dirname, '..'),
38
path.join('node_modules', 'jsdoc', 'jsdoc.js')
39
)
0 commit comments