Commit 367a85c
committed
🐛 fix(ci): allow prek to modify files before commit
Prek exits non-zero when hooks modify files, which prevented the commit
step from running. Using `|| true` allows the fixes to be applied and
committed in the next step.1 parent b7b23d0 commit 367a85c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments