Skip to content

Commit

Permalink
fix: add missing shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jun 17, 2022
1 parent 0a17500 commit 90ebf45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/js/cli.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import {run} from './index.js'

run()

0 comments on commit 90ebf45

Please sign in to comment.