fix: actually exclude test files from published release#350
fix: actually exclude test files from published release#350legobeat merged 2 commits intoMetaMask:mainfrom
Conversation
|
In the module template we don't have to exclude test files, we just say whatever's in So that begs the question: why are test files even showing up in So, what do you think about changing the TypeScript config instead? |
I'd approve such a PR in favor of this one but unless you or someone else is about to do just that, shouldn't we address the existing configuration bug in the meantime? |
|
Sure, I guess that would be a bigger change. I imagine there are other standardization tasks we need to make here anyway. |
Fixes package metadata to actually omit test files from published releases.
Before
After