Browse Source

post-install: turn into a shell script

master
Guillermo Rauch 9 years ago
parent
commit
d7e7c1c0e0
  1. 1
      scripts/post-install.js

1
scripts/post-install.js

@ -1,3 +1,4 @@
#!/usr/bin/env node
import login from '../lib/login';
login().then(() => {

Loading…
Cancel
Save