Change target branch of coverage and pretty print (#1850)

This commit is contained in:
Lipis 2020-07-01 12:05:21 +03:00 committed by GitHub
parent 2a25480272
commit 89cf826555
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 32 additions and 5 deletions

View file

@ -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",
);