You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the cool things with nitro is that it builds node_modules during build time on build server and optimises it, so npm install step could be skipped on deploy. But with firebase I can still see firebase installing dependencies again. How can we instruct firebase to not run npm i and use node_modules produced during the build?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
One of the cool things with nitro is that it builds node_modules during build time on build server and optimises it, so npm install step could be skipped on deploy. But with firebase I can still see firebase installing dependencies again. How can we instruct firebase to not run npm i and use node_modules produced during the build?
here is a related discussion on firebase repo
Beta Was this translation helpful? Give feedback.
All reactions