ci(docs-infra): fix deployment to Firebase (#26746)
Previously, `firebase-tools@3.x` was used and the deployment from CircleCI failed with `Unexpected error` (HTTP code: 410). This commit ensures that we use a recent version of `firebase-tools` for deploying to Firebase. It also ensures that we use the locally installed `firebase-tools` (not sure where it came from before 😁). PR Close #26746
This commit is contained in:
committed by
Matias Niemelä
parent
141f9b2386
commit
f1a860fbf7
+1
-1
@@ -113,7 +113,7 @@
|
||||
"entities": "^1.1.1",
|
||||
"eslint": "^3.19.0",
|
||||
"eslint-plugin-jasmine": "^2.2.0",
|
||||
"firebase-tools": "^3.2.1",
|
||||
"firebase-tools": "^5.1.1",
|
||||
"fs-extra": "^2.1.2",
|
||||
"globby": "^6.1.0",
|
||||
"hast-util-is-element": "^1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user