mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Change prebuild.js to allow i18n-default.json indentation to exist
This commit is contained in:
parent
badfb483b2
commit
da17c68830
2 changed files with 2 additions and 2 deletions
|
|
@ -86,7 +86,7 @@ async function createI18NDefault() {
|
|||
return acc;
|
||||
}, {});
|
||||
|
||||
fse.outputFile(i18nDefaultFile, JSON.stringify(rollup));
|
||||
fse.outputFile(i18nDefaultFile, JSON.stringify(rollup, null, 2));
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
process.exitCode = 1;
|
||||
|
|
|
|||
|
|
@ -379,4 +379,4 @@
|
|||
"reset": "Reset Password"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue