From c1b425a51c32721ca660e12efbb3282029ce0672 Mon Sep 17 00:00:00 2001 From: Chunosov Date: Tue, 18 Mar 2025 22:01:57 +0700 Subject: [PATCH] publish plugin love (#8262) Signed-off-by: Nikolay Chunosov --- plugins/love/package.json | 4 ++++ rush.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/love/package.json b/plugins/love/package.json index 77fded53a8..572c6c2a21 100644 --- a/plugins/love/package.json +++ b/plugins/love/package.json @@ -49,6 +49,10 @@ "@hcengineering/view": "^0.6.13", "@hcengineering/workbench": "^0.6.16" }, + "repository": "https://github.com/hcengineering/platform", + "publishConfig": { + "registry": "https://npm.pkg.github.com" + }, "exports": { ".": { "types": "./types/index.d.ts", diff --git a/rush.json b/rush.json index cc04f7545c..d787bc8609 100644 --- a/rush.json +++ b/rush.json @@ -1801,7 +1801,7 @@ { "packageName": "@hcengineering/love", "projectFolder": "plugins/love", - "shouldPublish": false + "shouldPublish": true }, { "packageName": "@hcengineering/love-assets",