ridedott / merge-me-action

Automatically merges Pull Requests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ncc build includes test files

viestat opened this issue · comments

What do you want to achieve?
Find a way to prevent that test files are included in the dist output generated by ncc

What is the current way of working?
ncc reads the tsconfig.json file and it includes the tests.

How much does it hurt?
Test files should not be added to build!