Temporarily copy content-handler to cloud functions root dir when doing cloud build

This commit is contained in:
Hongbo Wu
2022-10-03 15:39:05 +08:00
parent 4b01fccad8
commit 726df26c15
3 changed files with 13 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"dependencies": {
"@google-cloud/logging-winston": "^5.1.1",
"@google-cloud/storage": "^5.18.1",
"@omnivore/content-handler": "file:./../content-handler",
"@omnivore/content-handler": "file:./content-handler",
"@sentry/serverless": "^6.13.3",
"axios": "^0.27.2",
"chrome-aws-lambda": "^10.1.0",