cli: update to use tasks path

This commit is contained in:
Brian Mann
2017-09-03 00:02:51 -04:00
parent c1eb1a9663
commit 4ddb54dd57

View File

@@ -14,7 +14,7 @@ switch (args.exec) {
case 'install':
debug('installing Cypress from NPM')
require('./lib/install')
require('./lib/tasks')
.install()
.catch(reportError)
@@ -23,7 +23,7 @@ switch (args.exec) {
// for simple testing in the monorepo
debug('verifying Cypress')
require('./lib/download/utils')
require('./lib/tasks')
.verify()
.catch(reportError)