Skip to content

Commit b63c997

Browse files
authored
Fix rush init. (#5711)
1 parent 1a4e287 commit b63c997

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/rush",
5+
"comment": "Fix an issue where the assets used by `rush init` weren't shipped.",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/rush"
10+
}

libraries/rush-lib/.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@
4242
# Exclude intermediate build outputs (not shipped)
4343
/lib-intermediate-*/**
4444
/lib-commonjs/**/*.exports.json
45+
46+
# Include assets used by `rush init`
47+
!/assets/**

0 commit comments

Comments
 (0)