From 30047a556607f2058cefb92aa0a6c7cb881d8dba Mon Sep 17 00:00:00 2001 From: Gagan Bhullar Date: Tue, 23 Jul 2024 14:11:54 -0600 Subject: [PATCH] fix: remove source .ts code from published npm package (#1467) This PR is for issue - https://github.com/lancedb/lancedb/issues/1358 --- nodejs/.npmignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nodejs/.npmignore b/nodejs/.npmignore index debcd086..ebe93e01 100644 --- a/nodejs/.npmignore +++ b/nodejs/.npmignore @@ -13,3 +13,13 @@ __test__ renovate.json .idea src +lancedb +examples +nodejs-artifacts +Cargo.toml +biome.json +build.rs +jest.config.js +native.d.ts +tsconfig.json +typedoc.json \ No newline at end of file