If we let dependency definition in (e.g.) package.json of optimizer lib, tests run by github actions fail for this lib.
The workaround is to duplicate this dependency in the top level package.json
This is due to the fact that dependencies are not installed for libs sub-folders.
If we let dependency definition in (e.g.) package.json of optimizer lib, tests run by github actions fail for this lib. The workaround is to duplicate this dependency in the top level package.json This is due to the fact that dependencies are not installed for libs sub-folders.