Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): mark all dev deps as dev deps #7006

Closed
wants to merge 1 commit into from

Conversation

serhalp
Copy link
Contributor

@serhalp serhalp commented Jan 20, 2025

Summary

The size (on disk) of this package including all installed dependencies is bananas (300+ MB). I found a few log-hanging fruit in dependencies that should be marked as devDependencies but weren't, meaning they were getting installed when users install netlify-cli.

WIP - pushing incrementally to get the nice CI package size thingy

Copy link

📊 Benchmark results

Comparing with 4631558

  • Dependency count: 1,201 (no change)
  • Package size: 316 MB (no change)
  • Number of ts-expect-error directives: 830 (no change)

@serhalp serhalp closed this Jan 21, 2025
@serhalp serhalp deleted the fix/reduce-pkg-dep-bloat branch January 21, 2025 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant