mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-03-21 17:55:21 -05:00
Change prebuild.js to allow i18n-default.json indentation to exist
This commit is contained in:
parent
badfb483b2
commit
da17c68830
|
|
@ -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…
Reference in New Issue
Block a user