Commit 3c19b94
ci: Verify yarn.lock stability via git diff
Replace `yarn install --frozen-lockfile` with a regular install followed by
a `git diff --exit-code yarn.lock` check. `--frozen-lockfile` has repeatedly
failed to detect lockfile drift; comparing against the committed lockfile
catches any modification yarn actually makes.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 7aef0f7 commit 3c19b94
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
| 356 | + | |
| 357 | + | |
356 | 358 | | |
357 | | - | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
358 | 364 | | |
359 | 365 | | |
360 | 366 | | |
| |||
0 commit comments