From 3c555a77fd3b8e4a86181d412283e9c7e5971dba Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Fri, 20 Mar 2026 19:28:35 -0700 Subject: [PATCH] Fix rush init. --- .../changes/@microsoft/rush/main_2026-03-21-02-27.json | 10 ++++++++++ libraries/rush-lib/.npmignore | 3 +++ 2 files changed, 13 insertions(+) create mode 100644 common/changes/@microsoft/rush/main_2026-03-21-02-27.json diff --git a/common/changes/@microsoft/rush/main_2026-03-21-02-27.json b/common/changes/@microsoft/rush/main_2026-03-21-02-27.json new file mode 100644 index 0000000000..53cd63bc6e --- /dev/null +++ b/common/changes/@microsoft/rush/main_2026-03-21-02-27.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@microsoft/rush", + "comment": "Fix an issue where the assets used by `rush init` weren't shipped.", + "type": "none" + } + ], + "packageName": "@microsoft/rush" +} \ No newline at end of file diff --git a/libraries/rush-lib/.npmignore b/libraries/rush-lib/.npmignore index 9b4fc2e20c..b01dc3a04d 100644 --- a/libraries/rush-lib/.npmignore +++ b/libraries/rush-lib/.npmignore @@ -42,3 +42,6 @@ # Exclude intermediate build outputs (not shipped) /lib-intermediate-*/** /lib-commonjs/**/*.exports.json + +# Include assets used by `rush init` +!/assets/**