Skip to content

Commit

Permalink
Fix typedoc builder
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Mar 2, 2025
1 parent b0feeb2 commit b31704a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/build/typedoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const __dirname = path.dirname(__filename);

const main = async () => {
// BUILD PACKAGES
for (const pack of ["agent", "benchmark", "core", "e2e", "fetcher"]) {
for (const pack of ["benchmark", "core", "e2e", "fetcher"]) {
const location = `${__dirname}/../../packages/${pack}`;
if (fs.existsSync(`${location}/node_modules`) === false)
cp.execSync("pnpm install", { cwd: location, stdio: "ignore" });
Expand Down

0 comments on commit b31704a

Please sign in to comment.