mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-22 06:59:30 -06:00
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:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user