Skip to content

Commit 93dae16

Browse files
committed
Remove the command associations from the build-in cache provider commands.
1 parent 97bdc37 commit 93dae16

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

rush-plugins/rush-amazon-s3-build-cache-plugin/rush-plugin-manifest.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"pluginName": "rush-amazon-s3-build-cache-plugin",
66
"description": "Rush plugin for Amazon S3 cloud build cache",
77
"entryPoint": "lib/index.js",
8-
"optionsSchema": "lib/schemas/amazon-s3-config.schema.json",
9-
"associatedCommands": ["build", "rebuild", "write-build-cache", "update-cloud-credentials"]
8+
"optionsSchema": "lib/schemas/amazon-s3-config.schema.json"
109
}
1110
]
1211
}

rush-plugins/rush-azure-storage-build-cache-plugin/rush-plugin-manifest.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"pluginName": "rush-azure-storage-build-cache-plugin",
66
"description": "Rush plugin for Azure storage cloud build cache",
77
"entryPoint": "lib/index.js",
8-
"optionsSchema": "lib/schemas/azure-blob-storage-config.schema.json",
9-
"associatedCommands": ["build", "rebuild", "write-build-cache", "update-cloud-credentials"]
8+
"optionsSchema": "lib/schemas/azure-blob-storage-config.schema.json"
109
}
1110
]
1211
}

0 commit comments

Comments
 (0)