After upgrading my angular 19 ng package to angular 20, it seems that the lib folder is missing in the build of the package. After running ng build my-lib the lib folder misses under dist/.
I tried creating a new project as it is described in the docs.
But even there the lib folder misses under dist after running the build.
Did anybody also face this issue when upgrading a lib to angular 20?