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

Dependencies in devDependencies to not get removed/updated in devDependencies #64

Open
bhaskarmurthy opened this issue Dec 6, 2022 · 0 comments

Comments

@bhaskarmurthy
Copy link

I have a few dependencies in devDependencies from within the monorepo.

When I specify those packages in fireDependencies, they correctly get added to the dependencies list in package.json - however the original dependencies inside of devDependencies also remain. This causes the build to fail as it cannot find the dependencies in the monorepo structure.

Is it possible to:

  • add the relative path dependencies in the devDependencies location OR
  • remove the dependencies in devDependencies when adding the relative dependencies to dependencies

Thanks!

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

No branches or pull requests

1 participant