diff --git a/tools/packages.js b/tools/packages.js index 065f5718b6..dc68444b9c 100644 --- a/tools/packages.js +++ b/tools/packages.js @@ -1436,7 +1436,7 @@ _.extend(Package.prototype, { paths = paths ? [paths] : []; if (!(where instanceof Array)) - where = where ? [where] : []; + where = where ? [where] : ["client", "server"]; _.each(paths, function (path) { _.each(where, function (w) {