From 0011e00a7e0f14aa3e5f76e981461bcfea6de260 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Thu, 4 Dec 2014 15:34:49 -0800 Subject: [PATCH] rebuild now requires an app --- tools/commands.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/commands.js b/tools/commands.js index fc63fd1833..cec9c51349 100644 --- a/tools/commands.js +++ b/tools/commands.js @@ -1517,6 +1517,7 @@ main.registerCommand({ maxArgs: Infinity, hidden: true, pretty: true, + requiresApp: true, catalogRefresh: new catalog.Refresh.OnceAtStart({ ignoreErrors: true }) }, function (options) { var projectContextModule = require('./project-context.js');