Skip to content

Commit 1316dc3

Browse files
committed
fix: exclude UI source and node_modules from published package
1 parent 77718b2 commit 1316dc3

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.npmignore

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ test
6666
.releaserc.json
6767
bun.lock
6868

69-
# UI Source cleaning (optional but good for package size)
70-
src/ui/node_modules
71-
src/ui/src
69+
# UI Source cleaning - IGNORE EVERYTHING EXCEPT dist
70+
src/ui/node_modules/
71+
src/ui/src/
72+
src/ui/bun.lock
73+
src/ui/package.json
74+
src/ui/vite.config.js
75+
src/ui/postcss.config.cjs
76+
src/ui/index.html

0 commit comments

Comments
 (0)