@nestia/sdk 1.2.0-dev.20230504-2 → 1.2.0-dev.20230504-3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -51,7 +51,7 @@ var NestiaSdkCommand;
|
|
|
51
51
|
assign: (config, output) => (config.output = output),
|
|
52
52
|
validate: (config) => !!config.output,
|
|
53
53
|
location: (config) => config.output,
|
|
54
|
-
})(argv)((app) => app.
|
|
54
|
+
})(argv)((app) => app.e2e());
|
|
55
55
|
const main = (props) => (argv) => (task) => __awaiter(this, void 0, void 0, function* () {
|
|
56
56
|
const command = cli_1.default.parse({
|
|
57
57
|
exclude: ["e", "Something to exclude", "string", null],
|
package/package.json
CHANGED
|
@@ -43,7 +43,7 @@ export namespace NestiaSdkCommand {
|
|
|
43
43
|
assign: (config, output) => (config.output = output),
|
|
44
44
|
validate: (config) => !!config.output,
|
|
45
45
|
location: (config) => config.output!,
|
|
46
|
-
})(argv)((app) => app.
|
|
46
|
+
})(argv)((app) => app.e2e());
|
|
47
47
|
|
|
48
48
|
const main =
|
|
49
49
|
(props: IProps) =>
|