Skip to content

Commit

Permalink
Added shebang to explicitly run bin with node
Browse files Browse the repository at this point in the history
  • Loading branch information
idmadj committed Dec 10, 2020
1 parent d7975e5 commit 5ed9cdf
Showing 1 changed file with 2 additions and 0 deletions.
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 fs from 'fs/promises';
import _glob from 'glob';
import meow from 'meow';
Expand Down

0 comments on commit 5ed9cdf

Please sign in to comment.