Setup: Exit when user dont want config deploy

Signed-off-by: José Luis Di Biase <josx@interorganic.com.ar>
This commit is contained in:
José Luis Di Biase 2017-06-23 16:27:51 -03:00
parent 72f48a1224
commit e68b8a6c1d

View file

@ -230,6 +230,7 @@ if(!fs.existsSync('./\.env')) {
});
} else {
console.log(chalk.green('Have fun using TellForm!'));
process.exit(1);
}
});
} else {