This message was deleted.
# general
s
This message was deleted.
f
This is how my Command looks:
Copy code
const lambdaBuildCommand = new command.local.Command('lambda-build', {
    dir: 'processor-lambda',
    create: 'make build',
    update: '',
    assetPaths: ['target/service.jar']
  });