Skip to content

Commit

Permalink
fix: add node hash bang to cli script
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunnerLivio committed Mar 25, 2020
1 parent e6d039a commit ef74dc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
node_modules
dist
2 changes: 2 additions & 0 deletions src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import { GitlabStats } from './gitlab-stats';
import { Gitlab } from 'gitlab';
import { program } from 'commander';
Expand Down

0 comments on commit ef74dc6

Please sign in to comment.