morganstanley / needle

A lightweight flexible Dependency Injection library for use with TypeScript projects.
Apache License 2.0
15 stars 8 forks source link

Update dependencies to clear transient issue with karma. #64

Closed Davidhanson90 closed 2 years ago

Davidhanson90 commented 2 years ago

I have removed the copy-dist script which seems to be do nothing other than calling itself. I have seen the same setup in mocking bird. My guess is that concurrently has now got smarter at detecting this and is now throwing an error if it finds itself being called.

Roaders commented 2 years ago

I think the issue is probably that there are no copy-dist- scripts so concurrently has nothing to do.