chore: exclude test directory from npm package #17

Merged
veksen merged 1 commit from exclude-tests-from-npm into master 2026-02-09 08:19:14 +01:00
veksen commented 2026-02-09 08:17:08 +01:00 (Migrated from github.com)

The test/ directory is currently included in the published npm package but is not needed by consumers.

This PR adds test to the existing .npmignore to exclude test files from the tarball, reducing the package size.

Before:

npm notice 2.8kB test/test-style-mod.js

After:
Test files no longer shipped.

The `test/` directory is currently included in the published npm package but is not needed by consumers. This PR adds `test` to the existing `.npmignore` to exclude test files from the tarball, reducing the package size. **Before:** ``` npm notice 2.8kB test/test-style-mod.js ``` **After:** Test files no longer shipped.
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
marijn/style-mod!17
No description provided.