mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 18:45:53 +00:00
d7601a48a9
- Switch from npm install to npm ci for clean installs based on package-lock.json - Add fallback to npm install if npm ci fails - Remove --unsafe-perm flag and use --omit=dev for production installs - Show dependency installation output (filtering npm WARN messages) This ensures that package-lock.json changes are properly applied during updates, fixing issues where old dependencies remain after updates. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>