rxdi / firelink

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

fix(): removed namespacing and instead we use provided folder from fireDependencies the tool resolves now any package not only monorepo packages #68

Closed Stradivario closed 1 year ago

Stradivario commented 1 year ago

Issue

Description

The tool now assumes not only namespaced packages but instead every npm package. For some reason the specified folder for the dependency was not used but instead dependencies was splitted and we take the directory based on the name of the package. This was not intended bug the initial purpose of this library was to work with every package not only namespaced.

Type of change

if-fi commented 6 months ago

Hello, do you plan releasing a version that includes this change? It's not included in the latest 0.9.2 version. I ended up hacking a bit my deployment process to workaround exactly this issue.