Skip to content

Commit 8f06425

Browse files
committed
fix: node opens index.js instead of running
1 parent fc82f08 commit 8f06425

File tree

3 files changed

+70
-55
lines changed

3 files changed

+70
-55
lines changed

cli.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env node
21
"use strict";
32
const yargs_parser = require("yargs-parser");
43
const path = require("path");

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
#!/usr/bin/env node
12
require("./cli")().catch(console.error);

package-lock.json

Lines changed: 69 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)