-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
Move the dependencies into individual packages #530
Comments
/attempt |
Assigned the issue to @rovertrack! |
@rovertrack any progress with this? |
Nope unassign me. |
/attempt |
Assigned the issue to @Souvik9205! |
/attempt |
Assigned the issue to @bansal-harsh-2504! |
Hi there @rajdip-b , I wanted to discuss an approach I've been using for managing dependencies in our monorepo. Instead of manually checking every file for its dependencies, I've taken a more systematic approach: Remove all dependencies from the root package.json but when I do pnpm i
Can you please guide me ? |
Husky runs out hooks actually. I think it should be present in root. |
Description
Turbo suggests that we should move all the package-specific dependencies into the individual package.json files even if these dependencies are shared. We would like to apply this to keyshade.
Solution
Copy the dependencies from root package.json and paste them into the packages that uses them.
The text was updated successfully, but these errors were encountered: