feat: ensure major release

BREAKING CHANGE: major releases needs a commit like this that changes the cli or something in packages/
This commit is contained in:
Chris Breiding
2021-11-10 15:24:49 -05:00
parent 4638668785
commit 869feeaa4c

View File

@@ -587,5 +587,6 @@ module.exports = {
if (!module.parent) {
logger.error('This CLI module should be required from another Node module')
logger.error('and not executed directly')
process.exit(-1)
}