Commit 3d823b3
committed
ci: replace
In certain scenarios, running `bazel run @npm2//:sync` does not reliably update the aspect lock files. For example:
```
# Update the version in package.json
$ yarn bazel run @npm2//:sync # Lock file is updated
$ git restore .aspect
$ yarn bazel run @npm2//:sync # Lock file is NOT updated
```
Switching to `bazel sync --only=repo` guarantees that the lock file is consistently updated.
More context: https://angular-team.slack.com/archives/C042EU9T5/p1739398554132249bazel run @npm2//:sync with bazel sync --only=repo
1 parent 2bae1a9 commit 3d823b3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments