From 8fb3aa3280f96bf3ad11993edc2c59d4f520f232 Mon Sep 17 00:00:00 2001 From: Denis Bykhov Date: Fri, 7 Jul 2023 15:47:02 +0600 Subject: [PATCH] Publish rpc (#3487) Signed-off-by: Denis Bykhov --- rush.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rush.json b/rush.json index ece3e2d78b..fc391588ab 100644 --- a/rush.json +++ b/rush.json @@ -764,7 +764,7 @@ { "packageName": "@hcengineering/rpc", "projectFolder": "server/rpc", - "shouldPublish": false + "shouldPublish": true }, { "packageName": "@hcengineering/pod-front",