diff --git a/interchain/package.json b/interchain/package.json index 12e8996e..73bc752d 100644 --- a/interchain/package.json +++ b/interchain/package.json @@ -11,6 +11,12 @@ "scripts": { "build": "npx tsc" }, + "files": [ + "dist", + "src", + "!src/**/*.test.ts", + "!src/**/fixtures/**" + ], "repository": { "type": "git", "url": "git+https://github.com/ava-labs/avalanche-sdk-typescript.git",