Skip to content

Commit

Permalink
fix: add shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardotornesello committed Apr 7, 2024
1 parent 9a839e7 commit 43c7823
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#! /usr/bin/env node

import { program } from "commander"
import { confirm } from "@inquirer/prompts"

Expand Down
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default defineConfig({
entry: ["src/index.ts"],
format: ["cjs", "esm"],
dts: true,
splitting: true,
splitting: false,
sourcemap: true,
clean: true,
})

0 comments on commit 43c7823

Please # to comment.