4 changed files with 6 additions and 3188 deletions
@ -1,2 +1,3 @@ |
|||
node_modules |
|||
build |
|||
npm-debug.log |
|||
|
File diff suppressed because it is too large
@ -1,3 +1,6 @@ |
|||
import login from '../lib/login'; |
|||
|
|||
login(); |
|||
login().then(() => { |
|||
console.log('> Logged in successfully. Token saved in ~/.now.json'); |
|||
process.exit(0); |
|||
}); |
|||
|
Loading…
Reference in new issue