diff --git a/common/changes/@microsoft/rush/clean-up-rush-sdk-shipped-files_2023-03-30-18-55.json b/common/changes/@microsoft/rush/clean-up-rush-sdk-shipped-files_2023-03-30-18-55.json new file mode 100644 index 00000000000..efcd84c45fb --- /dev/null +++ b/common/changes/@microsoft/rush/clean-up-rush-sdk-shipped-files_2023-03-30-18-55.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "type": "none", + "packageName": "@microsoft/rush" + } + ], + "packageName": "@microsoft/rush", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file diff --git a/libraries/rush-sdk/.npmignore b/libraries/rush-sdk/.npmignore index 302dbc5b019..44790e30537 100644 --- a/libraries/rush-sdk/.npmignore +++ b/libraries/rush-sdk/.npmignore @@ -27,4 +27,7 @@ # DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE #-------------------------------------------- +/lib-shim/** +!/lib-shim/index.js + # (Add your project-specific overrides here) \ No newline at end of file