npm package diff

Package: @forge/cli

Versions: 11.4.0-next.1-experimental-5364136 - 11.4.0-next.14

File: package/out/command-line/index.js

Index: package/out/command-line/index.js
===================================================================
--- package/out/command-line/index.js
+++ package/out/command-line/index.js
@@ -6,8 +6,9 @@
 const version_info_1 = require("./version-info");
 const register_app_commands_1 = require("./register-app-commands");
 const register_authentication_command_1 = require("./register-authentication-command");
 const register_autocomplete_commands_1 = require("./register-autocomplete-commands");
+const register_build_commands_1 = require("./register-build-commands");
 const register_deployment_commands_1 = require("./register-deployment-commands");
 const register_environment_variables_commands_1 = require("./register-environment-variables-commands");
 const register_installation_commands_1 = require("./register-installation-commands");
 const register_lint_command_1 = require("./register-lint-command");
@@ -25,8 +26,9 @@
 function registerCommands(deps) {
     (0, register_autocomplete_commands_1.registerCommands)(deps);
     (0, register_authentication_command_1.registerCommands)(deps);
     (0, register_app_commands_1.registerCommands)(deps);
+    (0, register_build_commands_1.registerCommands)(deps);
     (0, register_deployment_commands_1.registerCommands)(deps);
     (0, register_installation_commands_1.registerCommands)(deps);
     (0, register_environments_commands_1.registerCommands)(deps);
     (0, register_environment_variables_commands_1.registerCommands)(deps);