Skip to content

Commit

Permalink
bugfix: remove unused node_modules in binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Erichsen committed Dec 10, 2024
1 parent f08e501 commit f0a0492
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions binary/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ async function installNodeModuleInTempDirAndCopyToCurrent(packageName, toCopy) {
}

(async () => {
fs.mkdirSync("out/node_modules", { recursive: true });
fs.mkdirSync("bin/node_modules", { recursive: true });

console.log("[info] Downloading prebuilt lancedb...");
for (const target of targets) {
if (targetToLanceDb[target]) {
Expand Down

0 comments on commit f0a0492

Please sign in to comment.