Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions common/changes/@microsoft/rush/main_2026-03-21-02-27.json
Original file line number Diff line number Diff line change
@@ -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"
}
3 changes: 3 additions & 0 deletions libraries/rush-lib/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@
# Exclude intermediate build outputs (not shipped)
/lib-intermediate-*/**
/lib-commonjs/**/*.exports.json

# Include assets used by `rush init`
!/assets/**