simondotm / nx-firebase

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

fix: Use `@nrwl/workspace:run-commands` while based on Nx 13.10.6+ #99

Closed simondotm closed 1 year ago

simondotm commented 1 year ago

Since the plugin version is targetting Nx 13.10.6 minimum workspace, we need to use @nrwl/workspace:run-commands rather than nx:run-commands in the generator.

Linked to https://github.com/simondotm/nx-firebase/issues/94.