Closed simondotm closed 7 months ago
Now that we have the firebase dependencies in the workspace packages.json AND we have dependabot updating them for us, we may as well copy the index.ts template from the firebase-tools sdk in node_modules as part of the postinstall step.
packages.json
index.ts
firebase-tools
node_modules
postinstall
Less maintenance.
Newer versions of the plugin could also helpfully notify plugin users if their workspace firebase deps are not the latest.
Now that we have the firebase dependencies in the workspace
packages.json
AND we have dependabot updating them for us, we may as well copy theindex.ts
template from thefirebase-tools
sdk innode_modules
as part of thepostinstall
step.Less maintenance.