Only test on node v15 and v14 (bellow is no longer supported (rmSync)
This commit is contained in:
@ -19,6 +19,8 @@ export function downloadBuiltinKeycloakTheme(params: { keycloakVersion: string;
|
||||
|
||||
if (require.main === module) {
|
||||
(async () => {
|
||||
console.log(process.env);
|
||||
|
||||
const { keycloakVersion } = await promptKeycloakVersion();
|
||||
|
||||
const destDirPath = pathJoin(keycloakThemeBuildingDirPath, "src", "main", "resources", "theme");
|
||||
|
Reference in New Issue
Block a user