Commit 64c3e0d
committed
fix: remove unnecessary quotes from vitest-dev override in upgrade script
The upgrade script was wrapping the vitest-dev override value in single
quotes, but pnpm-workspace.yaml stores it unquoted. This caused a
spurious formatting change on every upgrade run.
Closes #13671 parent 18f9f50 commit 64c3e0d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments