At the very least, the license generator is being passed the wrong project name (eg, when generating frontend/web it just gets passed web instead of frontend-web, which is the actual package name registered with Nx). Workaround is to eg generate frontend/web as frontend-web and the rename/move the directory, change the directory in the release-please config, etc
At the very least, the license generator is being passed the wrong project name (eg, when generating
frontend/web
it just gets passedweb
instead offrontend-web
, which is the actual package name registered with Nx). Workaround is to eg generatefrontend/web
asfrontend-web
and the rename/move the directory, change the directory in the release-please config, etc