Skip to content

Commit

Permalink
fix: typo in build script (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Oct 25, 2023
1 parent da2e471 commit 17a5b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/postprocess-files.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ async function postprocess() {
// convert self-references in dist/src to relative paths
let relativePath = path.relative(
path.dirname(file),
path.join(distSrcDir, importPath.substring('openai/'.length)),
path.join(distSrcDir, importPath.substring('@anthropic-ai/sdk/'.length)),
);
if (!relativePath.startsWith('.')) relativePath = `./${relativePath}`;
return relativePath;
Expand Down

0 comments on commit 17a5b4a

Please sign in to comment.