Skip to content

Commit

Permalink
fix: added a shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Apr 16, 2021
1 parent 97cf27a commit 0cd6329
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dantalion-cli/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import commander from 'commander';
import 'ts-polyfill';
import { version } from '../package.json';
Expand Down

0 comments on commit 0cd6329

Please sign in to comment.