This repository was archived by the owner on Jan 6, 2026. It is now read-only.
Optimize Turbo configuration and clean up dependencies#1758
Merged
NullVoxPopuli merged 1 commit intomainfrom Jul 3, 2025
Merged
Optimize Turbo configuration and clean up dependencies#1758NullVoxPopuli merged 1 commit intomainfrom
NullVoxPopuli merged 1 commit intomainfrom
Conversation
Contributor
|
- Optimize Turbo setup for better performance and caching - Add Knip for finding unused code and dependencies - Remove 28 unused dependencies - Update prettier configuration to ignore generated/vendored files - Improve script naming consistency - Update documentation in CLAUDE.md
ce229ce to
fbec8af
Compare
NullVoxPopuli
approved these changes
Jul 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR optimizes the Turbo monorepo setup and cleans up unused dependencies to improve build performance and maintainability.
Key Changes
1. Turbo Configuration Optimization
runfor consistency).referencedirectory exclusion to prevent lint errors2. Script Improvements
pnpm build→ builds all packages (replacesrepo:prepack)pnpm dev→ starts Vite dev server (replacesstart)pnpm knip→ audit dependencies3. Dependency Management
npm-run-all- not used in any scriptsts-node- replaced by./bin/tswrapper4. Developer Experience
knip.config.jsfor dependency auditing.reference/ember.jstemplate files causing lint errorsBenefits
pnpm knipThis PR contains no breaking changes and all existing workflows continue to work.