From d7e7c1c0e0859375d86c7c06131540675b97360e Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Fri, 4 Mar 2016 05:28:30 -0800 Subject: [PATCH] post-install: turn into a shell script --- scripts/post-install.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/post-install.js b/scripts/post-install.js index 870f620..e1b6199 100755 --- a/scripts/post-install.js +++ b/scripts/post-install.js @@ -1,3 +1,4 @@ +#!/usr/bin/env node import login from '../lib/login'; login().then(() => {