Skip to content

Commit

Permalink
remove force build target (it will use the default from the docker im…
Browse files Browse the repository at this point in the history
…age)
  • Loading branch information
kuruk-mm committed Jun 22, 2023
1 parent 2720098 commit 01c2638
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion consumer-server/src/logic/run-conversion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export async function runConversion(
'-logFile', options.logFile,
'-baseUrl', contentServerUrl,
'-output', options.outDirectory,
'-buildTarget', 'webgl'
]

const { exitPromise, child } = execCommand(logger, childArg0, childArguments, process.env as any, options.projectPath)
Expand Down

0 comments on commit 01c2638

Please sign in to comment.