X Tutup
Skip to content

Commit 650066b

Browse files
committed
Update test snapshot.
1 parent bd442c3 commit 650066b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/rush-lib/src/cli/test/__snapshots__/CommandLineHelp.test.ts.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ files have changed since the last successful build. The analysis requires a
105105
Git working tree, and only considers source files that are tracked by Git and
106106
whose path is under the project folder. (For more details about this
107107
algorithm, see the documentation for the \\"package-deps-hash\\" NPM package.)
108-
The incremental build state is tracked in a folder \\".rush\\" which should NOT
109-
be added to Git. The build command is tracked by the \\"arguments\\" field in the
110-
\\"package-deps.build.json\\" file contained therein; a full rebuild is forced
111-
whenever the command has changed (e.g. \\"--production\\" or not).
108+
The incremental build state is tracked in a folder called \\".rush\\" which
109+
should NOT be added to Git. The build command is tracked by the \\"arguments\\"
110+
field in the \\"package-deps.build.json\\" file contained therein; a full rebuild
111+
is forced whenever the command has changed (e.g. \\"--production\\" or not).
112112
113113
Optional arguments:
114114
-h, --help Show this help message and exit.

0 commit comments

Comments
 (0)
X Tutup