From d88f36158962e41c6258f7034eeadea3ce2cab50 Mon Sep 17 00:00:00 2001 From: Alexander Onnikov Date: Fri, 8 Nov 2024 14:46:07 +0700 Subject: [PATCH] fix: specify files in package.json (#7131) Signed-off-by: Alexander Onnikov --- packages/api-client/package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/api-client/package.json b/packages/api-client/package.json index d223bb59d4..72f64b4422 100644 --- a/packages/api-client/package.json +++ b/packages/api-client/package.json @@ -4,8 +4,13 @@ "main": "lib/index.js", "svelte": "src/index.ts", "types": "types/index.d.ts", + "files": [ + "lib/**/*", + "types/**/*", + "tsconfig.json" + ], "author": "Anticrm Platform Contributors", - "template": "@hcengineering/default-package", + "template": "@hcengineering/api-package", "license": "EPL-2.0", "scripts": { "build": "compile",