@forge/cli
13.3.013.4.0-next.1-experimental-0b00ed8
out/command-line/controller/build-controller.js~
out/command-line/controller/build-controller.jsModified+3−2
Index: package/out/command-line/controller/build-controller.js
===================================================================
--- package/out/command-line/controller/build-controller.js
+++ package/out/command-line/controller/build-controller.js
@@ -40,9 +40,9 @@
this.configFile = configFile;
this.nodePackageUploadDeployCommand = nodePackageUploadDeployCommand;
this.buildService = buildService;
}
- async run({ verify, buildTag }) {
+ async run({ verify, buildTag, inspect }) {
buildTag = buildTag ?? this.buildService.generateBuildTag();
this.buildService.validateBuildOptions({ buildTag });
this.buildView.displayStart();
if (verify) {
@@ -59,9 +59,10 @@
packageConfig,
modules: config.modules,
majorVersion: undefined,
i18nConfig: config.translations,
- buildTag
+ buildTag,
+ inspect
}));
}
listBuilds(limit, appId) {
return this.buildService.getBuildsByApp(limit, appId);