Skip to content

Commit 10f0360

Browse files
author
Ace Nassri
committed
Add missing NPM command
1 parent 52ee50f commit 10f0360

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.kokoro/functions-helloworld.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ export BASE_URL=https://${GCP_REGION}-${GCLOUD_PROJECT}.cloudfunctions.net
2222

2323
cd github/nodejs-docs-samples/functions/helloworld
2424

25+
# Install dependencies
26+
npm install
27+
2528
# Configure gcloud
2629
export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/secrets-key.json
2730
gcloud auth activate-service-account --key-file "$GOOGLE_APPLICATION_CREDENTIALS"

0 commit comments

Comments
 (0)