rebuild now requires an app

This commit is contained in:
David Glasser
2014-12-04 15:34:49 -08:00
parent 104636c6a7
commit 0011e00a7e

View File

@@ -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');