-
Notifications
You must be signed in to change notification settings - Fork 965
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Functions tutorial, Index.js missing #1026
Comments
Can you tell us if the file |
Can you actually provide the contents of |
Looking online, I have tried several adjustments, so far none have worked. Based on: I have settled for the folowing, as it seems to get me the furthers `{
} |
I'm a little baffled by that formatting, but... if {
"functions": {
"predeploy": [
"npm --prefix %RESOURCE_DIR% run lint",
"npm --prefix %RESOURCE_DIR% run build"
]
}
} specifically the |
Thank you so much, seems like that was exactly what I needed, and nice of you to specify why it works. Sorry for the formatting in my previous post, my bad. |
First off this issue seems to be discussed in Issue #631
#631
That tickets is closed, but does not seem to provide any details on how to fix the issue.
Version info
6.1.0
Platform Information
Windows 7, 64Bit, SP1
Steps to reproduce
Expected behavior
I expect firebase to deploy functions. What I assume is happening is that either index.js is not being created, or index.js is not saved to the correct path
Actual behavior
The text was updated successfully, but these errors were encountered: