JoshuaKGoldberg / create-typescript-app

Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 💝
MIT License
1.21k stars 75 forks source link

⚡️ Performance: Run pnpm dedupe in --offline mode during setup #1610

Closed JoshuaKGoldberg closed 3 months ago

JoshuaKGoldberg commented 3 months ago

Overview

Splitting out of #860: per https://github.com/pnpm/pnpm/issues/6619#issuecomment-1968418251, pnpm dedupe --offline is quite a bit faster than the non---offline version. I tried this out locally with hyperfine and it went from 4.013 s to 2.016 s mean. Nice! ⚡

github-actions[bot] commented 3 months ago

:tada: This is included in version v1.67.2 :tada:

The release is available on:

Cheers! 📦🚀