Only package and publish the required files to the npm repository, this prevents the workflows and test files from being published. The README, LICENSE and package.json files are always packaged so they don't need to be explicitly whitelisted.
You can test this pull request by running npm pack in your terminal, which packages it into a gzipped tar archive and prints the list of packaged files to your terminal.
Only package and publish the required files to the npm repository, this prevents the workflows and test files from being published. The README, LICENSE and package.json files are always packaged so they don't need to be explicitly whitelisted.
You can test this pull request by running
npm pack
in your terminal, which packages it into a gzipped tar archive and prints the list of packaged files to your terminal.