chore: exclude test directory from npm package #17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "exclude-tests-from-npm"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
test/directory is currently included in the published npm package but is not needed by consumers.This PR adds
testto the existing.npmignoreto exclude test files from the tarball, reducing the package size.Before:
After:
Test files no longer shipped.