Skip to content

Commit 76f1341

Browse files
authored
build: dev-infra-private package not updated locally (#19196)
The dev-infra-private package sometimes is not updated locally even if the integrity and SHA changed. This seems to be because of a bug in yarn where the package is restored from cache. A workaround seems to be using the actual `.git` https URL. See: yarnpkg/yarn#4722.
1 parent 668f791 commit 76f1341

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@angular-devkit/schematics": "^9.0.7",
7070
"@angular/bazel": "^9.1.0",
7171
"@angular/compiler-cli": "^9.1.0",
72-
"@angular/dev-infra-private": "angular/dev-infra-private-builds#27a2022",
72+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#414d7dd979092cb52d60b58596927abbc26d40b9",
7373
"@angular/platform-browser-dynamic": "^9.1.0",
7474
"@angular/platform-server": "^9.1.0",
7575
"@angular/router": "^9.1.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
6969
resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.1.0.tgz#9dfc386bd1461e0fd4786031fd245da04371421c"
7070
integrity sha512-RVlyegdIAij0P1wLY5ObIdsBAzvmHkHfElnmfiNKhaDftP6U/3zRtaKDu0bq0jvn1WCQ8zXxFQ8AWyKZwyFS+w==
7171

72-
"@angular/dev-infra-private@angular/dev-infra-private-builds#27a2022":
72+
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#414d7dd979092cb52d60b58596927abbc26d40b9":
7373
version "0.0.0"
74-
resolved "https://codeload.github.com/angular/dev-infra-private-builds/tar.gz/27a202208c56365ac0b5beeabedcd5b7ff5cf246"
74+
resolved "https://github.com/angular/dev-infra-private-builds.git#414d7dd979092cb52d60b58596927abbc26d40b9"
7575

7676
"@angular/elements@^9.1.0":
7777
version "9.1.0"

0 commit comments

Comments
 (0)