Skip to content

Commit 2c1fb73

Browse files
authored
Merge branch 'main' into local_builds_angular_ssr
2 parents 421cb9d + 7781a66 commit 2c1fb73

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
- Disable 'keep-alive' in `google-auth-library` calls to avoid `Premature close` errors on some Node versions (#10716).

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebase-tools",
3-
"version": "15.22.2",
3+
"version": "15.22.3",
44
"description": "Command-Line Interface for Firebase",
55
"main": "./lib/index.js",
66
"mcpName": "io.github.firebase/firebase-mcp",

scripts/publish/cloudbuild.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,16 +134,17 @@ steps:
134134
sleep 60
135135
echo "Package firebase-tools@$(cat /workspace/version_number.txt) is now available on npm."
136136
137-
# Set up the hub credentials for firepit-builder.
137+
# Set up the hub and npm credentials for firepit-builder.
138138
- name: "gcr.io/$PROJECT_ID/firepit-builder"
139139
entrypoint: "bash"
140140
args:
141141
- "-c"
142142
- |
143143
if [ "${_VERSION}" != "preview" ]; then
144144
mkdir -vp ~/.config && cp -v hub ~/.config/hub
145+
cp -v npmrc ~/.npmrc
145146
else
146-
echo "Skipping hub credentials for firepit-builder for preview."
147+
echo "Skipping credentials for firepit-builder for preview."
147148
fi
148149
149150
# Publish the firepit builds.

0 commit comments

Comments
 (0)