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(cli): generate comprehensive license as LICENSE for npm publish (#936)
Generate the bundled dependency license file directly as LICENSE instead
of LICENSE.md, so npm publish includes the comprehensive license. Remove
the separate syncLicenseFromRoot() that copied the simple MIT license
from root, since generateLicenseFile() already includes it.
0 commit comments