diff --git a/tools/commands.js b/tools/commands.js index 1677338723..1d6bc007c9 100644 --- a/tools/commands.js +++ b/tools/commands.js @@ -535,7 +535,7 @@ var buildCommands = { port: { type: String, short: "p", default: "localhost:3000" }, settings: { type: String }, // Undocumented - 'for-deploy': { type: Boolean }, + 'for-deploy': { type: Boolean } } };