rush-upgrade-self-plugin
Version:
Rush plugin for upgrade rush.js in monorepo
14 lines (13 loc) • 360 B
JSON
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/command-line.schema.json",
"commands": [
{
"name": "upgrade-self",
"commandKind": "global",
"summary": "Upgrade Rush.js itself",
"shellCommand": "rush-upgrade-self",
"safeForSimultaneousRushProcesses": true
}
]
// "parameters": [],
}