Build account theme

This commit is contained in:
garronej
2023-03-20 01:48:03 +01:00
parent cdd4460968
commit 17871daf0c
3 changed files with 21 additions and 4 deletions

View File

@ -6,6 +6,8 @@ import { join as pathJoin } from "path";
import { getProjectRoot } from "keycloakify/bin/tools/getProjectRoot.js";
(async () => {
fs.rmSync(sampleReactProjectDirPath, { "recursive": true });
await setupSampleReactProject();
const binDirPath = pathJoin(getProjectRoot(), "dist_test", "src", "bin");