Skip to content

Commit

Permalink
feat: add shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
gfffrtt committed Feb 1, 2025
1 parent 8e0387e commit 9d6d592
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/cli/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
src/
node_modules/
node_modules/
index.ts
2 changes: 2 additions & 0 deletions packages/cli/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import { createNewFolder } from "./src/create-new-repo";
import { getInputs } from "./src/get-inputs";

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"module": "index.ts",
"type": "module",
"bin": "dist/index.cjs",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"build": "tsup index.ts"
},
Expand Down

0 comments on commit 9d6d592

Please sign in to comment.