mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Change target branch of coverage and pretty print (#1850)
This commit is contained in:
parent
2a25480272
commit
89cf826555
5 changed files with 32 additions and 5 deletions
|
@ -27,6 +27,6 @@ for (let index = 0; index < locales.length; index++) {
|
|||
|
||||
writeFileSync(
|
||||
`${__dirname}/../src/locales/percentages.json`,
|
||||
JSON.stringify(percentages),
|
||||
JSON.stringify(percentages, null, 2),
|
||||
"utf8",
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue