Skip to content

Commit

Permalink
fix: add shebang to cli file
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMalch committed Oct 27, 2020
1 parent 4e2a5ab commit 3e1c27a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

const { program } = require('commander');
const path = require('path');
const chalk = require('chalk');
Expand Down

0 comments on commit 3e1c27a

Please sign in to comment.