-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrush.json
47 lines (47 loc) · 1.35 KB
/
rush.json
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
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json",
"rushVersion": "5.120.2",
"pnpmVersion": "7.32.2",
"nodeSupportedVersionRange": "^18.12.0 || ^20.9.0",
"projectFolderMinDepth": 1,
"projectFolderMaxDepth": 1,
"ensureConsistentVersions": true,
"projects": [
{
"packageName": "@bentley/native-schema-locater",
"projectFolder": "native-schema-locater",
"shouldPublish": true,
"versionPolicyName": "bsv-versions"
},
{
"packageName": "@bentley/schema-roundtrip",
"projectFolder": "schema-roundtrip",
"shouldPublish": true,
"versionPolicyName": "bsv-versions"
},
{
"packageName": "@bentley/schema-comparer",
"projectFolder": "schema-comparer",
"shouldPublish": true,
"versionPolicyName": "bsv-versions"
},
{
"packageName": "@bentley/schema-validator",
"projectFolder": "schema-validator",
"shouldPublish": true,
"versionPolicyName": "bsv-versions"
},
{
"packageName": "@bentley/bis-rules",
"projectFolder": "bis-rules",
"shouldPublish": true,
"versionPolicyName": "bsv-versions"
},
{
"packageName": "@bentley/imodel-schema-validator",
"projectFolder": "imodel-schema-validator",
"shouldPublish": true,
"versionPolicyName": "bsv-versions"
}
]
}