-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrush.json
39 lines (39 loc) · 1.1 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
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json",
"rushVersion": "5.61.3",
"pnpmVersion": "6.29.1",
"pnpmOptions": {
"strictPeerDependencies": true,
"preventManualShrinkwrapChanges": true,
"useWorkspaces": true
},
"nodeSupportedVersionRange": ">=12.0.0",
"ensureConsistentVersions": true,
"allowMostlyStandardPackageNames": true,
"repository": {
"url": "https://github.com/the-moebius/aws-toolkit",
"defaultBranch": "main"
},
"projects": [
{
"packageName": "@moebius/aws-cw-log-streamer",
"projectFolder": "packages/cw-log-streamer",
"shouldPublish": true
},
{
"packageName": "@moebius/aws-ecs-task-monitor",
"projectFolder": "packages/ecs-task-monitor",
"shouldPublish": true
},
{
"packageName": "@moebius/aws-ecs-task-runner",
"projectFolder": "packages/ecs-task-runner",
"shouldPublish": true
},
{
"packageName": "@moebius/aws-ecs-update-task-definition",
"projectFolder": "packages/ecs-update-task-definition",
"shouldPublish": true
}
]
}