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(create-package): add npmignore to ensure dist is published (#12199)
When the .npmignore is missing, .gitignore is considered when running npm publish. And, the .gitignore includes dist, by default the dist folder is not published on NPM.
Related to: #12196
0 commit comments