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
The Google Cloud Functions runtime has capabilities for custom build steps by providing a hook via a gcp-build task in package.json. According to the documentation,
When this script is executed, the dependencies in the dependencies and devDependencies fields of your package.json file are available. After executing your custom build step, Cloud Functions removes and regenerates the node_modules folder by only installing the production dependencies declared in the dependencies field of your package.json file.
This might be a nice feature to add to our buildpacks. I'm not sure how exactly this would work for go and quarkus. @lkingland@matejvasek any thoughts?
The text was updated successfully, but these errors were encountered:
The Google Cloud Functions runtime has capabilities for custom build steps by providing a hook via a
gcp-build
task inpackage.json
. According to the documentation,This might be a nice feature to add to our buildpacks. I'm not sure how exactly this would work for go and quarkus. @lkingland @matejvasek any thoughts?
The text was updated successfully, but these errors were encountered: