Skip to content

Commit 8c20a81

Browse files
author
David Cavazos
committed
revert packege to dev
1 parent e0127ac commit 8c20a81

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/config/nodejs-dev.jsonc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"functions/firebase", // parent directory
5555
"functions/helloworld", // parent directory
5656
"functions/http", // parent directory
57-
"functions/http/uploadFile", // parent directory
5857
"functions/log", // parent directory
5958
"functions/pubsub", // parent directory
6059
"memorystore/redis", // parent directory

.github/config/nodejs-prod.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"functions/firebase", // parent directory
5353
"functions/helloworld", // parent directory
5454
"functions/http", // parent directory
55-
"functions/http/uploadFile", // parent directory
5655
"functions/log", // parent directory
5756
"functions/pubsub", // parent directory
5857
"memorystore/redis", // parent directory
@@ -78,6 +77,7 @@
7877
"eventarc/audit-storage", // (untested) Environment Variable 'SERVICE_NAME' not found
7978
"eventarc/pubsub", // (untested) Environment Variable 'SERVICE_NAME' not found
8079
"functions/billing", // Error: Request failed with status code 500
80+
"functions/http/uploadFile", // npm error Missing script: "test"
8181
"functions/imagemagick", // Error: A bucket name is needed to use Cloud Storage
8282
"functions/ocr/app", // Error: Bucket not provided. Make sure you have a "bucket" property in your request
8383
"functions/slack", // TypeError [ERR_INVALID_ARG_TYPE]: The "key" argument must be of type ... Received undefined

0 commit comments

Comments
 (0)