simondotm / nx-firebase

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

plugin initializer should add `firebase-tools` as a dev dependency #36

Closed simondotm closed 1 year ago

simondotm commented 3 years ago

this allows CI systems to npx firebase ... Necessary for github actions that dont use the firebase action

ciriousjoker commented 1 year ago

This is actually pretty useful, because of issues like this:

simondotm commented 1 year ago

as of 0.13.0-beta.0 this is now supported.