tpmjs/packages/ui
Ajax Davis e21be425e5 fix(ui): increase Node memory limit for tsup build to prevent CI OOM errors
- Set NODE_OPTIONS='--max-old-space-size=4096' in build script
- Prevents "JS heap out of memory" during TypeScript declaration generation
- CI was failing when building 20+ components simultaneously
- Also simplified tsup DTS config (removed composite false workaround)

Fixes GitHub Actions build failures for @tpmjs/ui package.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 02:11:22 +10:00
..
src feat(ui): add comprehensive form component library with playground showcase 2025-11-27 01:56:54 +10:00
CHANGELOG.md chore: version packages 2025-11-26 03:15:35 +10:00
eslint.config.mjs fix(lint): configure Biome to properly ignore build directories 2025-11-26 22:49:45 +10:00
package.json fix(ui): increase Node memory limit for tsup build to prevent CI OOM errors 2025-11-27 02:11:22 +10:00
tsconfig.json fix(lint): configure Biome to properly ignore build directories 2025-11-26 22:49:45 +10:00
tsup.config.ts fix(ui): increase Node memory limit for tsup build to prevent CI OOM errors 2025-11-27 02:11:22 +10:00
vitest.config.ts fix(lint): configure Biome to properly ignore build directories 2025-11-26 22:49:45 +10:00