Skip to content

Commit

Permalink
add back shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
floodfx committed Feb 5, 2023
1 parent 2fd427a commit 0efd1df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/gen/dist/cli.d.mts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#!/usr/bin/env node
export {};
1 change: 1 addition & 0 deletions packages/gen/dist/cli.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import chalk from "chalk";
import cliSpinners from "cli-spinners";
import enquirer from "enquirer";
Expand Down
2 changes: 2 additions & 0 deletions packages/gen/src/cli.mts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import chalk from "chalk";
import cliSpinners from "cli-spinners";
import enquirer from "enquirer";
Expand Down

0 comments on commit 0efd1df

Please sign in to comment.