Use shell for Window resolution of envs

This commit is contained in:
Joseph Garrone
2024-06-14 23:58:54 +02:00
parent 736806a53d
commit a46aef2e7e
3 changed files with 5 additions and 3 deletions

View File

@ -421,7 +421,8 @@ export async function command(params: { cliCommandOptions: CliCommandOptions })
...(realmJsonFilePath === undefined ? [] : ["--import-realm"])
],
{
cwd: buildContext.keycloakifyBuildDirPath
cwd: buildContext.keycloakifyBuildDirPath,
shell: true
}
] as const;