mailchimp / Firebase

IO-4458: product partnerships team
Apache License 2.0
20 stars 18 forks source link

Explicitly set GCP Build script. #65

Closed barticus closed 1 year ago

barticus commented 1 year ago

This addresses a breaking change in Google Cloud Functions where the build command would run on function deployment.

Some typescript packages and scripts that were installed in the codebase were causing crashes when running build. The unused typescript packages, scripts and configuration have been removed.

Additionally, an npm audit was run to reduce known vulnerabilities in installed packages.

barticus commented 1 year ago

Resolves #64