This commit is contained in:
2017-09-12 21:02:41 +02:00
parent 75be6f7974
commit 0c3ab87286
2 changed files with 3 additions and 1 deletions

View File

@ -32,6 +32,7 @@ export let handleCli = async (argvArg) => {
await build()
break
case 'login':
case 'prepare':
await login()
break
case 'test':