Fix build (changelog ignore)

This commit is contained in:
garronej 2021-10-07 21:12:58 +02:00
parent 2f78f0f5e2
commit 2c82a2332f

View File

@ -19,6 +19,6 @@ st.execSyncTrace(
);
st.execSyncTrace(
`node ${pathJoin(binDirPath, "install-builtin-keycloak-themes")}`,
`node ${pathJoin(binDirPath, "download-builtin-keycloak-theme")}`,
{ "cwd": sampleReactProjectDirPath }
);