Skip to content

Commit 8a0cfa1

Browse files
committed
Remove "EXPERIMENTAL" from incremental build.
1 parent c15c87e commit 8a0cfa1

File tree

2 files changed

+296
-297
lines changed

2 files changed

+296
-297
lines changed

apps/rush-lib/src/api/CommandLineConfiguration.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ export class CommandLineConfiguration {
3131
public static readonly defaultBuildCommandJson: CommandJson = {
3232
commandKind: RushConstants.bulkCommandKind,
3333
name: RushConstants.buildCommandName,
34-
summary: '(EXPERIMENTAL) Build all projects that haven\'t been built, or have changed since they were last'
35-
+ ' built.',
34+
summary: 'Build all projects that haven\'t been built, or have changed since they were last built.',
3635
description: 'This command is similar to "rush rebuild", except that "rush build" performs'
3736
+ ' an incremental build. In other words, it only builds projects whose source files have changed'
3837
+ ' since the last successful build. The analysis requires a Git working tree, and only considers'

0 commit comments

Comments
 (0)