simondotm / nx-firebase

Firebase plugin for Nx Monorepos
https://www.npmjs.com/package/@simondotm/nx-firebase
MIT License
175 stars 31 forks source link

Sync generator does not rename commands #139

Closed simondotm closed 10 months ago

simondotm commented 10 months ago

If a firebase app is renamed and nx g @simondotm/nx-firebase:sync is run, it does not currently rename app references in any nx:run-commands such as nx run myapp:watch

It should rename all commands to use the new app project name.

It also needs to rename references in nx run-many commands such as test, lint, watch, getconfig, emulate