From d2671178cc07f21ba7bbc106d01aa9944f6a0b63 Mon Sep 17 00:00:00 2001 From: Ladislav Martincik Date: Wed, 4 Dec 2024 16:55:22 +0100 Subject: [PATCH] Include scripts/postinstall.js in the final NPM package --- packages/plugin-node/package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/plugin-node/package.json b/packages/plugin-node/package.json index c64e9af888..fa631d7f1c 100644 --- a/packages/plugin-node/package.json +++ b/packages/plugin-node/package.json @@ -4,6 +4,13 @@ "main": "dist/index.js", "type": "module", "types": "dist/index.d.ts", + "files": [ + "dist", + "scripts", + "package.json", + "LICENSE", + "tsup.config.ts" + ], "dependencies": { "@ai16z/eliza": "workspace:*", "@cliqz/adblocker-playwright": "1.34.0",