GoogleCloudPlatform / nodejs-getting-started

A tutorial for creating a complete application using Node.js on Google Cloud Platform
https://cloud.google.com/nodejs
Apache License 2.0
808 stars 381 forks source link

fix(background): fix broken build #531

Closed tmatsuo closed 2 years ago

tmatsuo commented 2 years ago

We need to add "@google-cloud/functions" to package.json in background directory.

fixes #532