Commit ccb883c
committed
fix: disable Prettier cache in CI to resolve formatting inconsistencies
- Changed format:check script from --cache to --no-cache
- Eliminates cache-related differences between CI and local environments
- CI starts with fresh state each run, local cache can cause divergence
- Ensures consistent formatting validation across all environments1 parent f29e3be commit ccb883c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments