mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
git-subtree-dir: foundations/communication git-subtree-mainline:43fb903924git-subtree-split:f65deaa24b
74 lines
2.0 KiB
JSON
74 lines
2.0 KiB
JSON
/**
|
|
* This is the main configuration file for Rush.
|
|
* For full documentation, please see https://rushjs.io
|
|
*/
|
|
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json",
|
|
"rushVersion": "5.153.2",
|
|
"pnpmVersion": "9.15.3",
|
|
"nodeSupportedVersionRange": ">=20.0.0 <25.0.0",
|
|
"projectFolderMaxDepth": 2,
|
|
"gitPolicy": {},
|
|
"repository": {
|
|
"url": "https://github.com/hcengineering/communication",
|
|
"defaultBranch": "main",
|
|
"defaultRemote": "origin"
|
|
},
|
|
"eventHooks": {
|
|
"preRushInstall": [],
|
|
"postRushInstall": [],
|
|
"preRushBuild": [],
|
|
"postRushBuild": [],
|
|
"preRushx": [],
|
|
"postRushx": []
|
|
},
|
|
"variants": [],
|
|
"projects": [
|
|
{
|
|
"packageName": "@hcengineering/scripts",
|
|
"projectFolder": "common/scripts",
|
|
"shouldPublish": false
|
|
},
|
|
{
|
|
"packageName": "@hcengineering/communication-types",
|
|
"projectFolder": "packages/types",
|
|
"shouldPublish": true
|
|
},
|
|
{
|
|
"packageName": "@hcengineering/communication-sdk-types",
|
|
"projectFolder": "packages/sdk-types",
|
|
"shouldPublish": true
|
|
},
|
|
{
|
|
"packageName": "@hcengineering/communication-shared",
|
|
"projectFolder": "packages/shared",
|
|
"shouldPublish": true
|
|
},
|
|
{
|
|
"packageName": "@hcengineering/communication-rest-client",
|
|
"projectFolder": "packages/rest-client",
|
|
"shouldPublish": true
|
|
},
|
|
{
|
|
"packageName": "@hcengineering/communication-cockroach",
|
|
"projectFolder": "packages/cockroach",
|
|
"shouldPublish": true
|
|
},
|
|
{
|
|
"packageName": "@hcengineering/communication-server",
|
|
"projectFolder": "packages/server",
|
|
"shouldPublish": true
|
|
},
|
|
{
|
|
"packageName": "@hcengineering/communication-query",
|
|
"projectFolder": "packages/query",
|
|
"shouldPublish": true
|
|
},
|
|
{
|
|
"packageName": "@hcengineering/communication-client-query",
|
|
"projectFolder": "packages/client-query",
|
|
"shouldPublish": true
|
|
}
|
|
]
|
|
}
|