Skip to content

Commit

Permalink
chore: fix docs builder
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Jan 8, 2025
1 parent b612289 commit 36d994d
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 @@ -152,7 +152,7 @@ export default class Docs {
"build",
],
{
"cwd": process.cwd(),
"cwd": this.#package.root,
"stdio": "inherit",
}
);
Expand Down

0 comments on commit 36d994d

Please sign in to comment.