Fix build test app

This commit is contained in:
garronej
2023-03-18 16:57:58 +01:00
parent 32f8380e56
commit 910d633ac2
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ import { getProjectRoot } from "keycloakify/bin/tools/getProjectRoot.js";
(async () => {
await setupSampleReactProject();
const binDirPath = pathJoin(getProjectRoot(), "dist_test", "bin");
const binDirPath = pathJoin(getProjectRoot(), "dist_test", "src", "bin");
st.execSyncTrace(
//`node ${pathJoin(binDirPath, "keycloakify")} --external-assets`,