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.
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.