File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
apps/rush-lib/src/cli/test/__snapshots__ Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,10 +105,10 @@ files have changed since the last successful build. The analysis requires a
105105Git working tree, and only considers source files that are tracked by Git and
106106whose path is under the project folder. (For more details about this
107107algorithm, 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
113113Optional arguments:
114114 -h, --help Show this help message and exit.
You can’t perform that action at this time.
0 commit comments