Skip to content

Commit ef8ae01

Browse files
committed
fix: exclude binaries from npm package
- Add bin/doplan and bin/doplan.exe to .npmignore - Binaries should be downloaded, not included in package - Reduces package size from 8MB to ~5KB
1 parent baeceec commit ef8ae01

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,14 @@ scripts/build.bat
1313
dist/
1414
*.exe
1515
doplan
16+
doplan.exe
1617
coverage.out
1718
coverage.html
1819

20+
# Exclude binaries from bin directory (they should be downloaded)
21+
bin/doplan
22+
bin/doplan.exe
23+
1924
# Documentation (keep only essential)
2025
*.md
2126
!README.md

0 commit comments

Comments
 (0)