I had a license.sh config file in the root of my monorepo. I launched this command inside one of subdirectories (./frontend):
license-sh --config ../
Process finished successfully, but it created a duplicate config (./frontend/.license-sh.json) instead of modifying the config in the root of monorepo.
I had a license.sh config file in the root of my monorepo. I launched this command inside one of subdirectories (
./frontend
):license-sh --config ../
Process finished successfully, but it created a duplicate config (
./frontend/.license-sh.json
) instead of modifying the config in the root of monorepo.