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
Copy file name to clipboardExpand all lines: firebase-tools/walkthrough.md
+6
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,12 @@ Follow that url to see the results!
105
105
106
106
The Node.js community has moved toward putting all deploy commands in a `package.json` file, so let's initialize our project for Node.js as well and set up our deploy pipeline.
107
107
108
+
### Note
109
+
110
+
> You likely have `package.json` and other `npm` files under `./functions/` because you ran `firebase init` and initialized the functions.
111
+
> The following steps will add new `npm`-related files in your root directory (`./package.json` and such).
112
+
> This is intended, because both folders will act as separate NPM packages.
0 commit comments