Elimine y reconstruya el paquete con el modo de compilación parcial de Ivy, antes de intentar publicar.

//Angular
//ERROR: "Please delete and rebuild the package with Ivy partial compilation mode, before attempting to publish."

//on tsconfig.json add the compilation mode
"angularCompilerOptions": {
	"compilationMode": "partial"
}
Watcher O_O