Commit d5f0df1
authored
fix: format script glob only matched directories (#219)
The format script used 'prettier --write src/**/' where the trailing slash
made the glob match directories only, so prettier never actually formatted
files. Change to 'prettier --write .' to mirror the existing lint script
('prettier --check .'). .prettierignore already excludes generated content.
Closes #216
Co-authored-by: dobby-yivi-agent[bot] <275734547+dobby-yivi-agent[bot]@users.noreply.github.com>1 parent 7e69b9d commit d5f0df1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments