Remove previous .keycloakify dir
This commit is contained in:
parent
a42ddb959b
commit
9b22d94600
@ -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 });
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user