2021-02-21 20:54:33 +01:00
|
|
|
|
|
|
|
import { setupSampleReactProject } from "./setupSampleReactProject";
|
|
|
|
|
|
|
|
const { sampleReactProjectDirPath } = setupSampleReactProject();
|
|
|
|
|
|
|
|
process.chdir(sampleReactProjectDirPath);
|
|
|
|
|
|
|
|
console.log(`Running main in ${sampleReactProjectDirPath}`);
|
|
|
|
|
2021-02-21 21:16:43 +01:00
|
|
|
import("bin/build-keycloak-theme");
|
2021-02-21 20:54:33 +01:00
|
|
|
|