Test projects recursively copy themselves into node_modules
Closed this issue · 1 comments
djcsdy commented
The test projects depend on resolve-typescript-plugin like this:
"resolve-typescript-plugin": "../..",
This causes each test-project to copy itself and all the other test projects into its own node_modules
. This compounds over time, so each successive yarn install
within a test project takes longer than the last.
Find a better way to do this.