I have migrated my code from angular 13 to 14 and I'm trying to build and publish it my private repo.
All my testcases are passing after the migration
Also tried the following, ng build <package/framework> --configuration production
Build is successful but when It comes to publish below error is displayed.
node --eval "console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\n')" && exit 1
ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed. Please delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.
I couldn't find any similar issues wrt angular 14.