Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Apr 15, 2024
1 parent 85d69b6 commit 09bec11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/package/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default class Docs {

var res;

const options = await Options.new( this.#rootPackage, this.#rootPackage.docsConfig || { "_location": "docs" } );
const options = await Options.new( this.#rootPackage, this.#rootPackage.cliConfig.docs );

try {
await this.#init( options );
Expand Down

0 comments on commit 09bec11

Please sign in to comment.