Today's example why #npm is completely nuts.
The most normal, clean, sane, generally understood thing is that you don't spill your compilation/build output into the project root folder nobody does this, REALLY NO!BO!DY!
The build output is collected in some subdirectory, some call it ./dist. To publish, package, wreckage, fuckage the package (whatever the fuck term is really for npm) you want to tell npm that the build result is in ./dist. Look at this mess on SO:🤦♀️ 🤮
https://stackoverflow.com/questions/38935176/how-to-npm-publish-specific-folder-but-as-package-root

