Skip to content

Commit

Permalink
create runner script for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrrt committed Dec 17, 2023
1 parent ae2cee1 commit c703162
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/cli/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env node
require("../build/index.js")
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "build/index.js",
"bin": {
"hydra": "./build/index.js"
"hydra": "./index.js"
},
"scripts": {
"start": "node .",
Expand Down

0 comments on commit c703162

Please sign in to comment.