You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(package-extractor): preventing duplicate-copy conflicts across npm-packlist versions
* docs(README.md): update readme
* Fix different behavior on Windows that was breaking the unit test
* Prepare to publish a PATCH version of Rush
---------
Co-authored-by: LPegasus <lpegasus@users.noreply.github.com>
Co-authored-by: Pete Gonzalez <4673363+octogonz@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,6 +217,7 @@ These GitHub repositories provide supplementary resources for Rush Stack:
217
217
|[/build-tests/package-extractor-test-02](./build-tests/package-extractor-test-02/)| This project is used by tests in the @rushstack/package-extractor package. |
218
218
|[/build-tests/package-extractor-test-03](./build-tests/package-extractor-test-03/)| This project is used by tests in the @rushstack/package-extractor package. |
219
219
|[/build-tests/package-extractor-test-04](./build-tests/package-extractor-test-04/)| This project is used by tests in the @rushstack/package-extractor package. |
220
+
|[/build-tests/package-extractor-test-05](./build-tests/package-extractor-test-05/)| This project is used by tests in the @rushstack/package-extractor package. |
220
221
|[/build-tests/run-scenarios-helpers](./build-tests/run-scenarios-helpers/)| Helpers for the *-scenarios test projects. |
221
222
|[/build-tests/rush-amazon-s3-build-cache-plugin-integration-test](./build-tests/rush-amazon-s3-build-cache-plugin-integration-test/)| Tests connecting to an amazon S3 endpoint |
222
223
|[/build-tests/rush-lib-declaration-paths-test](./build-tests/rush-lib-declaration-paths-test/)| This project ensures all of the paths in rush-lib/lib/... have imports that resolve correctly. If this project builds, all `lib/**/*.d.ts` files in the `@microsoft/rush-lib` package are valid. |
0 commit comments