-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathrush.json
More file actions
58 lines (58 loc) · 1.82 KB
/
rush.json
File metadata and controls
58 lines (58 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json",
"rushVersion": "5.112.2",
"pnpmVersion": "7.32.2",
"nodeSupportedVersionRange": "^18.12.0 || ^20.9.0 || ^22.11.0",
"projectFolderMinDepth": 2,
"projectFolderMaxDepth": 3,
"repository": {
"url": "https://github.com/iTwin/admin-components-react"
},
"projects": [
{
"packageName": "@itwin/create-imodel-react",
"projectFolder": "packages/modules/create-imodel",
"shouldPublish": true,
"versionPolicyName": "independentModule"
},
{
"packageName": "@itwin/delete-imodel-react",
"projectFolder": "packages/modules/delete-imodel",
"shouldPublish": true,
"versionPolicyName": "independentModule"
},
{
"packageName": "@itwin/delete-itwin-react",
"projectFolder": "packages/modules/delete-itwin",
"shouldPublish": true,
"versionPolicyName": "independentModule"
},
{
"packageName": "@itwin/imodel-browser-react",
"projectFolder": "packages/modules/imodel-browser",
"shouldPublish": true,
"versionPolicyName": "independentModule"
},
{
"packageName": "@itwin/manage-versions-react",
"projectFolder": "packages/modules/manage-versions",
"shouldPublish": true,
"versionPolicyName": "independentModule"
},
{
"packageName": "@itwin/admin-components-react-scripts",
"projectFolder": "common/scripts",
"shouldPublish": false
},
{
"packageName": "@itwin/platform-storybook",
"projectFolder": "packages/apps/storybook",
"shouldPublish": false
},
{
"packageName": "@itwin/storybook-auth-addon",
"projectFolder": "packages/modules/storybook-auth-addon",
"shouldPublish": false
}
]
}