forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rush.json
44 lines (44 loc) · 1.07 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
{
"npmVersion": "3.10.9",
"rushMinimumVersion": "1.5.1",
"nodeSupportedVersionRange": ">=6.9.0 <8.0.0",
"commonFolder": "common",
"projectFolderMinDepth": 1,
"projectFolderMaxDepth": 999,
"projects": [
{
"packageName": "office-ui-fabric-react",
"projectFolder": "packages/office-ui-fabric-react",
"shouldPublish": true
},
{
"packageName": "@uifabric/utilities",
"projectFolder": "packages/utilities",
"shouldPublish": true
},
{
"packageName": "@uifabric/example-app-base",
"projectFolder": "packages/example-app-base",
"shouldPublish": true
},
{
"packageName": "todo-app",
"projectFolder": "apps/todo-app"
},
{
"packageName": "fabric-website",
"projectFolder": "apps/fabric-website",
"shouldPublish": false
},
{
"packageName": "fabric-examples",
"projectFolder": "apps/fabric-examples",
"shouldPublish": false
},
{
"packageName": "ssr-tests",
"projectFolder": "apps/ssr-tests",
"shouldPublish": false
}
]
}