Remove previous .keycloakify dir

This commit is contained in:
Joseph Garrone 2024-09-16 13:49:54 +02:00
parent a42ddb959b
commit 9b22d94600

View File

@ -57,6 +57,10 @@ export function copyKeycloakResourcesToPublic(params: {
force: true,
recursive: true
});
rmSync(pathJoin(pathDirname(destDirPath), ".keycloakify"), {
force: true,
recursive: true
});
fs.mkdirSync(destDirPath, { recursive: true });