diff --git a/tasks/config/project/release.js b/tasks/config/project/release.js index fd62e1e1b..d2dc1ce96 100644 --- a/tasks/config/project/release.js +++ b/tasks/config/project/release.js @@ -34,6 +34,8 @@ catch(error) { }; } +console.log(package.version, package); + /******************************* Export *******************************/ diff --git a/tasks/install.js b/tasks/install.js index 703fec2c1..92c93a95d 100644 --- a/tasks/install.js +++ b/tasks/install.js @@ -62,7 +62,7 @@ module.exports = function () { rootQuestions = questions.root ; - console.clear(); + //console.clear(); /* use to debug NPM install from standard git clone manager = { @@ -175,7 +175,7 @@ module.exports = function () { return; } - console.clear(); + //console.clear(); console.log('Installing'); console.log('------------------------------');