Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: explictly exclude node_modules/.bin from npm files
I don't know why .gitignore exclusion doesn't work for these files, but both pnpm & npm packed them, as a result they are present in the tarball: https://unpkg.com/browse/[email protected]/template/base/node_modules/.bin/ Explicitly excluding them from the `files` field can reduce the unpacked size by quite a few KBs.
- Loading branch information