rxdi / firelink

Firebase. gcloud and monorepos are not combining very well until they met @rxdi/firelink
MIT License
68 stars 9 forks source link

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

Open bhaskarmurthy opened 1 year ago

bhaskarmurthy commented 1 year ago

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:

Thanks!