mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 22:32:04 +00:00
The package-lock.json was incorrectly regenerated with 1170 entries instead of 452 (2.5x bloat) when cross-spawn was added to root. This caused npm install to run out of memory on GitHub Actions. - Remove unnecessary cross-spawn from root package.json - Restore package-lock.json to proper workspace structure - Remove NODE_OPTIONS workaround from workflow files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>