simondotm / nx-firebase

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

feat: support `nx:run-commands` in compatible hosts #101

Closed simondotm closed 1 year ago

simondotm commented 1 year ago

If the host workspace is Nx version 14.8.0+, the app generator can use nx:run-commands as the executor for command targets.

Workspaces updating to 14.8.0 will automatically get this change by the Nx migration script.

Linked to #94