vicb / flyXC

One stop shop web app for paraglider pilots. Plan, visualize, and track your flights.
https://flyxc.app
MIT License
97 stars 34 forks source link

packages of libraries have to be duplicated on top level package.json #209

Open flyingtof opened 6 months ago

flyingtof commented 6 months ago

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.