From e5cf27dbc28b815f8b3ce2cdbd70fbffa02490da Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Tue, 7 Oct 2025 14:02:18 +0700 Subject: [PATCH] Scripts should not publish --- rush.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rush.json b/rush.json index 2a297a405b..d8f6b1712f 100644 --- a/rush.json +++ b/rush.json @@ -27,7 +27,7 @@ { "packageName": "@hcengineering/scripts", "projectFolder": "common/scripts", - "shouldPublish": true + "shouldPublish": false }, { "packageName": "@hcengineering/communication-types",