We have an angular 11 project with more than 20 custom angular libraries created by us.
When we need to run npm install
we need to change directory to each library. Is there any way we can run npm install
for all libraries without manually changing directory. Currently we are using a shell script to do the task.
I want to run npm install
inside each of these projects. Ex: dev-about-page, dev-accept-invitation-page ... etc