🚀 Feature: Run pnpm dedupe at the end of finalizeDependencies #770
Labels
good first issue
Good for newcomers, please hop on!
status: accepting prs
Please, send a pull request to resolve this!
type: feature
New enhancement or request
Milestone
Bug Report Checklist
main
branch of the repository.Overview
finalizeDependencies
is the function that sets up the package's dependencies:create-typescript-app/src/steps/finalizeDependencies.ts
Line 6 in 5127bcb
But it's possible for older repos to have duplicate values in their
pnpm-lock.yaml
(i.e. violatingpnpm dedupe --check
). So let's runpnpm dedupe
at the end of `finalizeDependencies.Additional Info
https://pnpm.io/cli/dedupe describes what
pnpm dedupe
does.The text was updated successfully, but these errors were encountered: