mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-05 20:39:59 -08:00
Change prebuild.js to allow i18n-default.json indentation to exist
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user