fix: specify files in package.json (#7131)
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
Alexander Onnikov 2024-11-08 14:46:07 +07:00 committed by GitHub
parent ad54f56f4c
commit d88f361589
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",