mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-11 17:50:01 -06:00
cli: update to use tasks path
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user