Skip to content

Commit 3100315

Browse files
savushkinMartynas Žilinskas
authored andcommitted
Hotfix: Missing shebang. (#70)
1 parent e3c9a99 commit 3100315

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/cli/main.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env node
2+
13
import commander from "commander";
24
import fs from "fs-extra";
35
import path from "path";

0 commit comments

Comments
 (0)