Commit 6a5f24f
fix(ci): restore git state after npm ci before npm version
npm ci can normalize package-lock.json leaving the working tree dirty,
which causes `npm version` to abort with "Git working directory not
clean". Run `git restore .` after install to discard any such changes.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 870b5ef commit 6a5f24f
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
0 commit comments