fix(core): update

This commit is contained in:
Philipp Kunz 2022-03-16 13:25:08 +01:00
parent 501d5f766f
commit 6d1dbbb638

View File

@ -47,7 +47,7 @@ export class TsBundleProcess {
const run = async () => {
console.log('running spawned compilation process');
const transportOptions: interfaces.IEnvTransportOptions = JSON.parse(process.env.transportOptions);
console.log('bundling with esbuild:');
console.log('=======> ESBUILD');
console.log(transportOptions);
process.chdir(transportOptions.cwd);
console.log(`switched to ${process.cwd()}`);