Hi there,
if one executes npm run upload a bundle.tgz gets created in the project root directory. That should not be done. Either remove that file afterwards or create it in dist folder, but the root directory should not be polluted with generated files.
Best regards