forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rush.json
91 lines (91 loc) · 2.33 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"npmVersion": "5.0.3",
"rushMinimumVersion": "3.0.12",
"nodeSupportedVersionRange": ">=6.9.0 <9.0.0",
"projectFolderMinDepth": 1,
"projectFolderMaxDepth": 999,
"projects": [
{
"packageName": "@uifabric/build",
"projectFolder": "scripts",
"shouldPublish": false
},
{
"packageName": "office-ui-fabric-react",
"projectFolder": "packages/office-ui-fabric-react",
"shouldPublish": true
},
{
"packageName": "@uifabric/experiments",
"projectFolder": "packages/experiments",
"shouldPublish": true
},
{
"packageName": "@uifabric/merge-styles",
"projectFolder": "packages/merge-styles",
"shouldPublish": true
},
{
"packageName": "@uifabric/jest-serializer-merge-styles",
"projectFolder": "packages/jest-serializer-merge-styles",
"shouldPublish": true
},
{
"packageName": "@uifabric/utilities",
"projectFolder": "packages/utilities",
"shouldPublish": true
},
{
"packageName": "@uifabric/example-app-base",
"projectFolder": "packages/example-app-base",
"shouldPublish": true,
"cyclicDependencyProjects": [
"office-ui-fabric-react"
]
},
{
"packageName": "@uifabric/styling",
"projectFolder": "packages/styling",
"shouldPublish": true,
"cyclicDependencyProjects": [
"office-ui-fabric-react",
"@uifabric/example-app-base"
]
},
{
"packageName": "@uifabric/icons",
"projectFolder": "packages/icons",
"shouldPublish": true
},
{
"packageName": "ssr-tests",
"projectFolder": "apps/ssr-tests",
"shouldPublish": false
},
{
"packageName": "vr-tests",
"projectFolder": "apps/vr-tests",
"shouldPublish": false
},
{
"packageName": "todo-app",
"projectFolder": "apps/todo-app",
"shouldPublish": false
},
{
"packageName": "@uifabric/fabric-website",
"projectFolder": "apps/fabric-website",
"shouldPublish": true
},
{
"packageName": "test-bundle-button",
"projectFolder": "apps/test-bundle-button",
"shouldPublish": false
},
{
"packageName": "office-ui-fabric-react-tslint",
"projectFolder": "packages/office-ui-fabric-react-tslint",
"shouldPublish": false
}
]
}