Skip to content

Commit cda2edd

Browse files
committed
fix: add shebang to index.ts
1 parent ca99e06 commit cda2edd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env node
12
import { Command, Option } from 'commander';
23
import { readFileSync, writeFileSync, promises } from 'fs';
34
import { resolve } from 'path';

0 commit comments

Comments
 (0)