-
Notifications
You must be signed in to change notification settings - Fork 12
Description
-
I'm submitting a ...
[ ] bug report
[X] feature request
[ ] question about the decisions made in the repository -
Do you want to request a feature or report a bug?
When a library depends on a third part library which is not shared, we should be able to executenpm installautomatically. -
What is the current behavior?
The commandnpm run lib:builddoesn't compile because it doesn't find the third part library specified in the code. -
Reproduce
Simply having an external dependency (not a peer or a dev dependency) in the package.json of the library. -
What is the expected behavior?
When we do the mainnpm installor when we donpm run lib:syncorother, execute thenpm installfor each library -
What is the motivation / use case for changing the behavior?
On a CI environment, I need to manually runnpm installon each library