Skip to content

Commit 9e12377

Browse files
committed
Improve documentation of the build/rebuild change.
1 parent 5671f5f commit 9e12377

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

apps/rush-lib/assets/rush-init/common/config/rush/command-line.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
* The name should be comprised of lower case words separated by hyphens or colons. The name should include an
3030
* English verb (e.g. "deploy"). Use a hyphen to separate words (e.g. "upload-docs"). A group of related commands
3131
* can be prefixed with a colon (e.g. "docs:generate", "docs:deploy", "docs:serve", etc).
32+
*
33+
* Note that if the "rebuild" command is overridden here, it becomes separated from the "build" command
34+
* and will call the "rebuild" script instead of the "build" script.
3235
*/
3336
"name": "my-bulk-command",
3437

common/changes/@microsoft/rush/ianc-rebuild_2020-04-11-01-02.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"changes": [
33
{
44
"packageName": "@microsoft/rush",
5-
"comment": "Fix a regression where an overridden \"rebuild\" script previously executed the \"rebuild\" script.",
5+
"comment": "Fix a regression in Rush 5.19.0 where customizing \"rush rebuild\" would call the \"build\" script instead of the \"rebuild\" script.",
66
"type": "none"
77
}
88
],

0 commit comments

Comments
 (0)