add gcs bucket name to the env var

This commit is contained in:
Hongbo Wu
2024-05-15 12:50:14 +08:00
parent cca7a21884
commit a602cf3ad3
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
],
"license": "AGPL-3.0-only",
"scripts": {
"test": "lerna run --no-bail test",
"test": "lerna run test",
"lint": "lerna run lint",
"build": "lerna run build",
"test:scoped:example": "lerna run test --scope={@omnivore/pdf-handler,@omnivore/web}",