This commit is contained in:
Chris Breidng
2017-05-17 10:45:32 -04:00
parent af3e29cdaf
commit 92cda2fd49
+1 -2
View File
@@ -11,8 +11,7 @@ switch (args.exec) {
require('dev/run')(args)
break
case 'install':
//// TODO: do this through lib/cli.js?
require('packages/core-download').install()
require('./lib/download').install()
break
case undefined:
throw new Error('Must pass --exec option')