From 5f294caa1fab867adcfe52ee245c607669e9998b Mon Sep 17 00:00:00 2001 From: Alexander Onnikov Date: Thu, 6 Feb 2025 12:42:07 +0700 Subject: [PATCH] fix: publish document plugin (#7945) Signed-off-by: Alexander Onnikov --- plugins/document/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/document/package.json b/plugins/document/package.json index 285188befd..e708df5836 100644 --- a/plugins/document/package.json +++ b/plugins/document/package.json @@ -44,5 +44,9 @@ "@hcengineering/notification": "^0.6.23", "@hcengineering/attachment": "^0.6.14", "@hcengineering/preference": "^0.6.13" + }, + "repository": "https://github.com/hcengineering/platform", + "publishConfig": { + "registry": "https://npm.pkg.github.com" } }