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
I have setup a nextjs project and successfully deployed to Firebase. However when the GitHub action runs it's missing the default npm build that's recommended in the cli setup flow. Trying to resolve this has left me very confused about what the cli is doing and what I need to do. There's a lot of magic and I can't seem to find any documentation explaining it.
Do I need to run next build myself? If I wanted to add additional steps into the build process when and how can I do this?
Additionally if I want to modify the build in future so I can tie together infrastructure changes e.g. with terraform are there any hooks so I can do it incrementally?
It would also be nice to know what functions get generated, e.g. is it one per route etc.
Thanks for all the great work.
The text was updated successfully, but these errors were encountered:
Please let me know if there's anything I can add for clarity or if the ticket needs to be modified in any way. Any general information on how the design was approached will be greatly appreciated.
I have setup a nextjs project and successfully deployed to Firebase. However when the GitHub action runs it's missing the default npm build that's recommended in the cli setup flow. Trying to resolve this has left me very confused about what the cli is doing and what I need to do. There's a lot of magic and I can't seem to find any documentation explaining it.
Do I need to run next build myself? If I wanted to add additional steps into the build process when and how can I do this?
Additionally if I want to modify the build in future so I can tie together infrastructure changes e.g. with terraform are there any hooks so I can do it incrementally?
It would also be nice to know what functions get generated, e.g. is it one per route etc.
Thanks for all the great work.
The text was updated successfully, but these errors were encountered: