Actually remove non used resources

This commit is contained in:
garronej
2023-08-24 08:58:00 +02:00
parent 3c2820dc31
commit 983af57842
9 changed files with 129 additions and 29 deletions

View File

@ -24,9 +24,9 @@ async function main() {
fs.rmSync(tmpDirPath, { "recursive": true, "force": true });
await downloadBuiltinKeycloakTheme({
"projectDirPath": getProjectRoot(),
keycloakVersion,
"destDirPath": tmpDirPath,
isSilent
"destDirPath": tmpDirPath
});
type Dictionary = { [idiomId: string]: string };