Commit f72d8a1
committed
fix(test): exclude vitest-dev LICENSE.md from bundle
vitest-dev ships LICENSE.md which bundleVitest() copies into the package
directory. npm auto-includes any LICENSE* file, so the published package
ends up with both LICENSE (our merged one) and LICENSE.md (vitest's).
Exclude it since our generateLicenseFile already produces the correct
merged LICENSE.1 parent 46584fe commit f72d8a1
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
| 447 | + | |
447 | 448 | | |
448 | 449 | | |
449 | 450 | | |
| |||
0 commit comments