ecklf-tmp-runtime-test
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -24,2 +24,3 @@ "use strict"; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
(0, build_utils_1.debug)(`Files: ${JSON.stringify(options, null, 2)}`); | ||
const { files, entrypoint, workPath, config: _config, meta } = options; | ||
@@ -44,3 +45,3 @@ yield (0, install_rust_toolchain_1.installRustToolchain)(); | ||
} | ||
yield (0, execa_1.default)("ls -la"); | ||
yield (0, execa_1.default)("ls", ["-la"], { env }); | ||
yield (0, execa_1.default)("cargo", ["build", "--bin", LAMBDA_NAME].concat(BUILDER_DEBUG ? ["--verbose"] : ["--quiet", "--release"]), { | ||
@@ -47,0 +48,0 @@ cwd: process.cwd(), |
{ | ||
"name": "ecklf-tmp-runtime-test", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
35215
202