chore: add dist files and .npmignore for npm distribution

- Include dist/ in git for npm package distribution
- Add .npmignore to exclude source files from npm package
- This ensures npm install from git works without requiring build

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
hyper
2026-03-31 14:55:46 +08:00
co-authored by Qwen-Coder
parent 7243a677fe
commit 5e93bb5a1d
10 changed files with 1678 additions and 3 deletions
+3 -3
View File
@@ -4,10 +4,10 @@ package-lock.json
pnpm-lock.yaml
yarn.lock
# Build output
dist/
# Build output (kept in git for npm distribution)
# dist/
# TypeScript cache
# TypeScript Cache
*.tsbuildinfo
# IDE