Add Windows support for spawning mvn

This commit is contained in:
Derek Mullins 2018-02-02 19:31:20 -05:00
parent 0f117c49e8
commit 87e83b8b43

View File

@ -233,7 +233,7 @@ class AwsInvokeLocal {
'package',
'-f',
path.join(javaBridgePath, 'pom.xml'),
]);
], { shell: true });
this.serverless.cli
.log('Building Java bridge, first invocation might take a bit longer.');