This repo/package/whatever creates a barrel file for your Svelte components.
To delete the output from past builds:
npm run clean
Used by NPM before packing, in preparation for publishing to a registry. In this package's/repository's case, it runs the build
script.
npm publish --dry-run
--access=public
is needed for scoped packages since they are private by default.
npm publish --access=public